Skip to content

Commit a2d6900

Browse files
committed
Remove stale TODO
1 parent 33a4d09 commit a2d6900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/UnconstrainedMapGenerator.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ class UnconstrainedMapGenerator(
139139
withBlock("Some(v) =>", ",") {
140140
// DRYing this up with the else branch below would make this less understandable.
141141
rustTemplate(
142-
// TODO
143142
"""
144143
match #{ConstrainedValueSymbol}::try_from(v)$boxErr {
145144
Ok(v) => Ok((k, Some(v))),

0 commit comments

Comments
 (0)