Skip to content

Commit 48b0228

Browse files
Rollup merge of #37414 - thepowersgang:fix-typo, r=nrc
Fix typo in libsyntax, it was bothering me May I present - the world's shortest diff.
2 parents dc3b3af + d68fb5f commit 48b0228

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
@@ -1317,7 +1317,7 @@ pub enum UnstableFeatures {
13171317
/// Hard errors for unstable features are active, as on
13181318
/// beta/stable channels.
13191319
Disallow,
1320-
/// Allow features to me activated, as on nightly.
1320+
/// Allow features to be activated, as on nightly.
13211321
Allow,
13221322
/// Errors are bypassed for bootstrapping. This is required any time
13231323
/// during the build that feature-related lints are set to warn or above

0 commit comments

Comments
 (0)