diff options
Diffstat (limited to 'macros/src')
-rw-r--r-- | macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index c228e73..2fc3c21 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -195,7 +195,7 @@ pub fn injectable(args_stream: TokenStream, input_stream: TokenStream) -> TokenS abort!( is_async_flag.name().span(), - "The 'async' Cargo feature must be enabled to use this flag"; + "The 'async' crate feature must be enabled to use this flag"; suggestion = "In your Cargo.toml: syrette = {{ version = \"{}\", features = [\"async\"] }}", PACKAGE_VERSION ); |