You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/protocol/ServerProtocolTestGenerator.kt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -532,9 +532,11 @@ class ServerProtocolTestGenerator(
532
532
// corresponding Unicode code point. That is the "form feed" 0x0c character. When printing it,
533
533
// it gets written as "\f", which is an invalid Rust escape sequence: https://static.rust-lang.org/doc/master/reference.html#literals
534
534
// So we need to write the corresponding Rust Unicode escape sequence to make the program compile.
0 commit comments