Skip to content

Commit 6e87b13

Browse files
Update codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt
Co-authored-by: John DiSanti <johndisanti@gmail.com>
1 parent e0311c3 commit 6e87b13

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
@@ -43,7 +43,7 @@ import java.nio.file.Path
4343
import kotlin.io.path.absolutePathString
4444

4545
// cargo commands and env values
46-
object Commands {
46+
private object Commands {
4747
private const val cfgUnstable = "--cfg aws_sdk_unstable"
4848
fun func(s: String, add: String, flag: Boolean): String {
4949
if (flag) {

0 commit comments

Comments
 (0)