Skip to content

Commit 64e289e

Browse files
committed
fix: Use semicolon
1 parent 7a9a58b commit 64e289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3830-dedented-string-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ assert_eq!(
927927
// is removed in all cases
928928
#[expect_compile_error]
929929
let _ = d"
930-
",
930+
";
931931
````
932932

933933
# Drawbacks

0 commit comments

Comments
 (0)