We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a990d35 commit 9579566Copy full SHA for 9579566
.github/workflows/rust.yml
@@ -7,10 +7,8 @@ on:
7
branches: [main]
8
9
env:
10
- COLUMNS: 250
11
CARGO_INCREMENTAL: 0
12
- # TODO: Would be nice to disable warnings here too, but there are too many of them.
13
- RUSTFLAGS: "-W rust-2021-compatibility"
+ RUSTFLAGS: "-W rust-2021-compatibility -D warnings"
14
RUST_BACKTRACE: short
15
NEXTEST_PROFILE: ci
16
CI: 1
tests/ui-tests/tests/cases/enum-guess-validation.rs
@@ -9,6 +9,7 @@ mod schema {
schema_path = "../../../../schemas/simple.graphql",
graphql_type = "Desseqt"
)]
+#[allow(non_camel_case_types)]
enum Dessert {
CHEESECAKE,
ICE_CREAM,
0 commit comments