From 4f3d400b3d117d2c9088c7b9d0a7c0a16c908ca6 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Tue, 14 Apr 2015 23:24:03 +0200 Subject: [PATCH] Remove superfluous `the` from `custom_attribute` feature gate message --- src/libsyntax/feature_gate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ fn check_attribute(&self, attr: &ast::Attribute) { } 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)); -- GitLab