diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:50:47 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:50:47 +0100 |
| commit | b45f21d38e7e127d257c6299b9da00fdc57476b9 (patch) | |
| tree | a7aac4b045a399f96f3d9c5d7d86b97d72a78138 /src/libsyntax/lib.rs | |
| parent | db89679ebce6ed3b9bcb3f5cea430084b40a3a1f (diff) | |
| download | rust-b45f21d38e7e127d257c6299b9da00fdc57476b9.tar.gz rust-b45f21d38e7e127d257c6299b9da00fdc57476b9.zip | |
move UnstableFeatures -> rustc_feature
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index fda95374f64..c2d887c9267 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -96,7 +96,7 @@ pub mod feature_gate { mod check; pub use check::{ check_crate, check_attribute, get_features, feature_err, emit_feature_err, - GateIssue, UnstableFeatures, + GateIssue, }; } pub mod mut_visit; |
