diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-10-26 23:49:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-26 23:49:27 +0200 |
| commit | 48b022838b28d046e127d24caa6a9dee5460fa08 (patch) | |
| tree | fad462a1776d57f6825a05820febed35e81aad92 | |
| parent | dc3b3afda63146f891faaa2ca02bf202bb869b40 (diff) | |
| parent | d68fb5f20a3371c4057cc7ac940a9079f8c25416 (diff) | |
| download | rust-48b022838b28d046e127d24caa6a9dee5460fa08.tar.gz rust-48b022838b28d046e127d24caa6a9dee5460fa08.zip | |
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.
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 954fe330b54..7143a26d133 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -1317,7 +1317,7 @@ pub enum UnstableFeatures { /// Hard errors for unstable features are active, as on /// beta/stable channels. Disallow, - /// Allow features to me activated, as on nightly. + /// Allow features to be activated, as on nightly. Allow, /// Errors are bypassed for bootstrapping. This is required any time /// during the build that feature-related lints are set to warn or above |
