about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2015-04-14 23:24:03 +0200
committerFlorian Hahn <flo@fhahn.com>2015-04-14 23:27:16 +0200
commit4f3d400b3d117d2c9088c7b9d0a7c0a16c908ca6 (patch)
tree429ea59d23c29bf84f22612767750893825cf9aa /src/libsyntax
parentdabf0c6371d3b193664f58746fa27c1835a010f3 (diff)
downloadrust-4f3d400b3d117d2c9088c7b9d0a7c0a16c908ca6.tar.gz
rust-4f3d400b3d117d2c9088c7b9d0a7c0a16c908ca6.zip
Remove superfluous `the` from `custom_attribute` feature gate message
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 689b4595d39..0d51816dbdb 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -399,7 +399,7 @@ impl<'a> Context<'a> {
         } else {
             self.gate_feature("custom_attribute", attr.span,
                        &format!("The attribute `{}` is currently \
-                                unknown to the the compiler and \
+                                unknown to the compiler and \
                                 may have meaning \
                                 added to it in the future",
                                 name));