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! {
152152 not( feature = "sync" )
153153) ) ]
154154compile_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 \
156156 `async-std-runtime` or set `default-features = false` in your Cargo.toml"
157157) ;
158158
@@ -164,7 +164,7 @@ compile_error!(
164164
165165#[ cfg( all( not( feature = "tokio-runtime" ) , not( feature = "async-std-runtime" ) ) ) ]
166166compile_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 \
168168 `default-features`, or enable one of those features specifically in your Cargo.toml"
169169) ;
170170
You can’t perform that action at this time.
0 commit comments