提交 4f3d400b 编写于 作者: F Florian Hahn

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

上级 dabf0c63
...@@ -399,7 +399,7 @@ fn check_attribute(&self, attr: &ast::Attribute) { ...@@ -399,7 +399,7 @@ fn check_attribute(&self, attr: &ast::Attribute) {
} else { } else {
self.gate_feature("custom_attribute", attr.span, self.gate_feature("custom_attribute", attr.span,
&format!("The attribute `{}` is currently \ &format!("The attribute `{}` is currently \
unknown to the the compiler and \ unknown to the compiler and \
may have meaning \ may have meaning \
added to it in the future", added to it in the future",
name)); name));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册