We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef18be commit d68fb5fCopy full SHA for d68fb5f
src/libsyntax/feature_gate.rs
@@ -1317,7 +1317,7 @@ pub enum UnstableFeatures {
1317
/// Hard errors for unstable features are active, as on
1318
/// beta/stable channels.
1319
Disallow,
1320
- /// Allow features to me activated, as on nightly.
+ /// Allow features to be activated, as on nightly.
1321
Allow,
1322
/// Errors are bypassed for bootstrapping. This is required any time
1323
/// during the build that feature-related lints are set to warn or above
0 commit comments