Skip to content

Commit d68fb5f

Browse files
committed
Fix typo, it bothered me
1 parent aef18be commit d68fb5f

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)