Skip to content

Commit e6512fb

Browse files
asdf
1 parent 0df1dfb commit e6512fb

File tree

1 file changed

+1
-1
lines changed
  • codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil

1 file changed

+1
-1
lines changed

codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object Commands {
5252
return s
5353
}
5454
}
55-
55+
5656
fun cargoEnvDWarnings(enableUnstable: Boolean): Map<String, String> {
5757
return mapOf(
5858
"RUSTFLAGS" to func("-A dead_code", cfgUnstable, enableUnstable),

0 commit comments

Comments
 (0)