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 e0311c3 commit 6e87b13Copy full SHA for 6e87b13
codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt
@@ -43,7 +43,7 @@ import java.nio.file.Path
43
import kotlin.io.path.absolutePathString
44
45
// cargo commands and env values
46
-object Commands {
+private object Commands {
47
private const val cfgUnstable = "--cfg aws_sdk_unstable"
48
fun func(s: String, add: String, flag: Boolean): String {
49
if (flag) {
0 commit comments