File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ define_if_single_runtime_enabled! {
152
152
not( feature = "sync" )
153
153
) ) ]
154
154
compile_error ! (
155
- "`tokio-runtime` and `async-runtime` can't both be enabled; either disable \
155
+ "`tokio-runtime` and `async-std- runtime` can't both be enabled; either disable \
156
156
`async-std-runtime` or set `default-features = false` in your Cargo.toml"
157
157
) ;
158
158
@@ -164,7 +164,7 @@ compile_error!(
164
164
165
165
#[ cfg( all( not( feature = "tokio-runtime" ) , not( feature = "async-std-runtime" ) ) ) ]
166
166
compile_error ! (
167
- "one of `tokio-runtime`, `async-runtime`, or `sync` must be enabled; either enable \
167
+ "one of `tokio-runtime`, `async-std- runtime`, or `sync` must be enabled; either enable \
168
168
`default-features`, or enable one of those features specifically in your Cargo.toml"
169
169
) ;
170
170
You can’t perform that action at this time.
0 commit comments