about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-05-06 19:01:05 -0400
committerGitHub <noreply@github.com>2020-05-06 19:01:05 -0400
commiteb12784dc443df1f85086be9b352264d84524de0 (patch)
tree3ca40f399b23c8b0c3d979a0e29d27504c9d3f3a /src/liballoc
parent5d2d7e7725adb3b9e92037e4b90f7d5436223abe (diff)
downloadrust-eb12784dc443df1f85086be9b352264d84524de0.tar.gz
rust-eb12784dc443df1f85086be9b352264d84524de0.zip
grammar: simplify to avoid that
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/fmt.rs2
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