Skip to content

Commit b025aaa

Browse files
minor: fix typo (#223)
1 parent 6a28f4a commit b025aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ define_if_single_runtime_enabled! {
152152
not(feature = "sync")
153153
))]
154154
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 \
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")))]
166166
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 \
168168
`default-features`, or enable one of those features specifically in your Cargo.toml"
169169
);
170170

0 commit comments

Comments
 (0)