diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2020-05-06 19:01:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 19:01:05 -0400 |
| commit | eb12784dc443df1f85086be9b352264d84524de0 (patch) | |
| tree | 3ca40f399b23c8b0c3d979a0e29d27504c9d3f3a /src/liballoc | |
| parent | 5d2d7e7725adb3b9e92037e4b90f7d5436223abe (diff) | |
| download | rust-eb12784dc443df1f85086be9b352264d84524de0.tar.gz rust-eb12784dc443df1f85086be9b352264d84524de0.zip | |
grammar: simplify to avoid that
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index a9420313890..8d7d74ff4aa 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -470,7 +470,7 @@ //! //! ### `format_args!` //! -//! This is a curious macro which is used to safely pass around +//! This is a curious macro used to safely pass around //! an opaque object describing the format string. This object //! does not require any heap allocations to create, and it only //! references information on the stack. Under the hood, all of |
