mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Merge pull request #3519 from oli-obk/patch-1
"first" element check does nothing
This commit is contained in:
+1
-1
@@ -847,7 +847,7 @@ fn add_repeat(
|
||||
span: Span,
|
||||
) -> Option<()> {
|
||||
let mut buffer = String::new();
|
||||
let mut first = false;
|
||||
let mut first = true;
|
||||
let mut lo = span.lo();
|
||||
let mut hi = span.hi();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user