Skip to content

Commit ce27d02

Browse files
committed
Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnik
2 parents a691f1e + 4f3d400 commit ce27d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
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)