Skip to content

Commit 732e5f4

Browse files
committed
Merge branch 'code-string-literals' of github.com:Diggsey/rfcs into code-string-literals
2 parents f889c3e + a48ef56 commit 732e5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-code-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ into multi-line string literals.
7171
was being embedded, then the indentation would be lost.
7272
Finally, although `rustfmt` could in principle reformat
7373
these strings, in practice doing so in a reasonable way
74-
is complicated and so this has never been enabled.
74+
is complicated and so this has never been enabled by default.
7575

7676
3. Raw string literals, eg. `r#"I can use "s!"#`
7777

0 commit comments

Comments
 (0)