Skip to content

Commit f4814c2

Browse files
committed
Rollup merge of #24436 - fhahn:fix-small-typo, r=steveklabnik
2 parents f5a8b1a + 4f3d400 commit f4814c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ impl<'a> Context<'a> {
399399
} else {
400400
self.gate_feature("custom_attribute", attr.span,
401401
&format!("The attribute `{}` is currently \
402-
unknown to the the compiler and \
402+
unknown to the compiler and \
403403
may have meaning \
404404
added to it in the future",
405405
name));

0 commit comments

Comments
 (0)