We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dca49e commit 1496901Copy full SHA for 1496901
codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt
@@ -46,7 +46,7 @@ import kotlin.io.path.absolutePathString
46
private object Commands {
47
const val CargoFmt = "cargo fmt"
48
const val CargoClippy = "cargo clippy"
49
-
+
50
private const val cfgUnstable = "--cfg aws_sdk_unstable"
51
private const val allFeature = "--all-features"
52
0 commit comments