Remove superfluous `the` from `custom_attribute` feature gate message

This commit is contained in:
Florian Hahn 2015-04-14 23:24:03 +02:00
parent dabf0c6371
commit 4f3d400b3d
1 changed files with 1 additions and 1 deletions

View File

@ -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));