We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d207d commit eaa3e6dCopy full SHA for eaa3e6d
tracing-attributes/src/lib.rs
@@ -323,7 +323,7 @@ mod expand;
323
///
324
/// It also works with [async-trait](https://crates.io/crates/async-trait)
325
/// (a crate that allows defining async functions in traits,
326
-/// something not currently possible before Rust 1.75),
+/// something that wasn't possible before Rust 1.75),
327
/// and hopefully most libraries that exhibit similar behaviors:
328
329
/// ```
0 commit comments