diff --git a/tracing-attributes/src/lib.rs b/tracing-attributes/src/lib.rs index 71910d9a5f..f993b4f3aa 100644 --- a/tracing-attributes/src/lib.rs +++ b/tracing-attributes/src/lib.rs @@ -325,7 +325,7 @@ mod expand; /// /// It also works with [async-trait](https://crates.io/crates/async-trait) /// (a crate that allows defining async functions in traits, -/// something not currently possible in Rust), +/// something that wasn't possible before Rust 1.75), /// and hopefully most libraries that exhibit similar behaviors: /// /// ```