Skip to content

Commit eb12784

Browse files
authoredMay 6, 2020
grammar: simplify to avoid that
·
1.88.01.45.0
1 parent 5d2d7e7 commit eb12784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/liballoc/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
//!
471471
//! ### `format_args!`
472472
//!
473-
//! This is a curious macro which is used to safely pass around
473+
//! This is a curious macro used to safely pass around
474474
//! an opaque object describing the format string. This object
475475
//! does not require any heap allocations to create, and it only
476476
//! references information on the stack. Under the hood, all of

0 commit comments

Comments
 (0)
Please sign in to comment.