Skip to content

Commit

Permalink
Merge pull request #2018 from dtolnay/nonascii
Browse files Browse the repository at this point in the history
Remove non_ascii_idents feature gate from test suite
  • Loading branch information
dtolnay committed Apr 20, 2021
2 parents c17c4ee + 2ebc771 commit 2ea132b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_suite/tests/test_gen.rs
Expand Up @@ -3,7 +3,6 @@
// types involved.

#![deny(warnings)]
#![cfg_attr(feature = "unstable", feature(non_ascii_idents))]
#![allow(
unknown_lints,
mixed_script_confusables,
Expand Down Expand Up @@ -267,7 +266,6 @@ fn test_gen() {
}
assert::<EmptyEnumVariant>();

#[cfg(feature = "unstable")]
#[derive(Serialize, Deserialize)]
struct NonAsciiIdents {
σ: f64,
Expand Down

0 comments on commit 2ea132b

Please sign in to comment.