Skip to content

Commit eaef725

Browse files
committed
Update tracing-attributes/src/lib.rs
1 parent 8bafd63 commit eaef725

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
@@ -325,7 +325,7 @@ mod expand;
325325
///
326326
/// It also works with [async-trait](https://crates.io/crates/async-trait)
327327
/// (a crate that allows defining async functions in traits,
328-
/// something not currently possible before Rust 1.75),
328+
/// something that wasn't possible before Rust 1.75),
329329
/// and hopefully most libraries that exhibit similar behaviors:
330330
///
331331
/// ```

0 commit comments

Comments
 (0)