Skip to content

Commit

Permalink
Remove superfluous the from custom_attribute feature gate message
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Apr 14, 2015
1 parent dabf0c6 commit 4f3d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -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));
Expand Down

0 comments on commit 4f3d400

Please sign in to comment.