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 5d2d7e7 commit eb12784Copy full SHA for eb12784
src/liballoc/fmt.rs
@@ -470,7 +470,7 @@
470
//!
471
//! ### `format_args!`
472
473
-//! This is a curious macro which is used to safely pass around
+//! This is a curious macro used to safely pass around
474
//! an opaque object describing the format string. This object
475
//! does not require any heap allocations to create, and it only
476
//! references information on the stack. Under the hood, all of
0 commit comments