Skip to content

Commit 9bfd6c2

Browse files
author
Fahad Zubair
committed
Revert accidental changes to CoreRustSettings.kt and Cargo.lock
1 parent dfb5149 commit 9bfd6c2

File tree

2 files changed

+69
-148
lines changed

2 files changed

+69
-148
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open class CoreCodegenConfig(
4646
) {
4747
companion object {
4848
const val DEFAULT_FORMAT_TIMEOUT_SECONDS = 20
49-
const val DEFAULT_DEBUG_MODE = true
49+
const val DEFAULT_DEBUG_MODE = false
5050
const val DEFAULT_FLATTEN_MODE = false
5151

5252
fun fromNode(node: Optional<ObjectNode>): CoreCodegenConfig =

0 commit comments

Comments
 (0)