diff --git a/test-utils/src/lib.rs b/test-utils/src/lib.rs index ee18bb50207f3..1ff376da18154 100644 --- a/test-utils/src/lib.rs +++ b/test-utils/src/lib.rs @@ -24,7 +24,7 @@ pub use futures; /// /// # Requirements /// -/// You must have tokio in the dependency of your crate to use this macro. +/// You must have tokio in the `[dev-dependencies]` of your crate to use this macro. /// /// # Example ///