diff options
| author | Keegan McAllister <kmcallister@mozilla.com> | 2014-09-25 13:36:43 -0700 |
|---|---|---|
| committer | Keegan McAllister <kmcallister@mozilla.com> | 2014-10-01 13:21:52 -0700 |
| commit | dfcfd008fa392706099073098a46fe65061bf6c3 (patch) | |
| tree | 7cd1d072c6dc66d21e1e5e711fb4d474c1b90bbe /src/libsyntax/feature_gate.rs | |
| parent | e3828026d5d037c49cc982ecf4fbe97a8f8fb7e1 (diff) | |
| download | rust-dfcfd008fa392706099073098a46fe65061bf6c3.tar.gz rust-dfcfd008fa392706099073098a46fe65061bf6c3.zip | |
Update some old references to rust.md
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -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 ca6d488772c..a7d1f7575bf 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -73,7 +73,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[ ("if_let", Active), - // if you change this list without updating src/doc/rust.md, cmr will be sad + // if you change this list without updating src/doc/reference.md, cmr will be sad // A temporary feature gate used to enable parser extensions needed // to bootstrap fix for #5723. |
