Skip to content

Commit 44080b7

Browse files
Add _ prefix to the unused variable name.
1 parent ff273c4 commit 44080b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/str.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn main() {
141141
println!("And the same as text: '{}'", my_str);
142142
}
143143
144-
let quotes = br#"You can also use "fancier" formatting, \
144+
let _quotes = br#"You can also use "fancier" formatting, \
145145
like with normal raw strings"#;
146146
147147
// Byte strings don't have to be UTF-8

0 commit comments

Comments
 (0)