Skip to content

Commit eaa3e6d

Browse files
authored
Update tracing-attributes/src/lib.rs
1 parent 33d207d commit eaa3e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-attributes/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ mod expand;
323323
///
324324
/// It also works with [async-trait](https://crates.io/crates/async-trait)
325325
/// (a crate that allows defining async functions in traits,
326-
/// something not currently possible before Rust 1.75),
326+
/// something that wasn't possible before Rust 1.75),
327327
/// and hopefully most libraries that exhibit similar behaviors:
328328
///
329329
/// ```

0 commit comments

Comments
 (0)