Merge pull request #2018 from dtolnay/nonascii

Remove non_ascii_idents feature gate from test suite
This commit is contained in:
David Tolnay 2021-04-19 20:24:51 -07:00 committed by GitHub
commit 2ea132b8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
// types involved.
#![deny(warnings)]
#![cfg_attr(feature = "unstable", feature(non_ascii_idents))]
#![allow(
unknown_lints,
mixed_script_confusables,
@ -267,7 +266,6 @@ fn test_gen() {
}
assert::<EmptyEnumVariant>();
#[cfg(feature = "unstable")]
#[derive(Serialize, Deserialize)]
struct NonAsciiIdents {
σ: f64,