Run rustfmt
This commit is contained in:
parent
35eda0531a
commit
2544458559
16 changed files with 175 additions and 131 deletions
|
@ -139,11 +139,7 @@ fn str_span(base: Span, s: &str, c: usize) -> Span {
|
|||
|
||||
match (si.next(), si.next()) {
|
||||
(Some((l, _)), Some((h, _))) => {
|
||||
Span::new(
|
||||
base.lo() + BytePos(l as u32),
|
||||
base.lo() + BytePos(h as u32),
|
||||
base.ctxt(),
|
||||
)
|
||||
Span::new(base.lo() + BytePos(l as u32), base.lo() + BytePos(h as u32), base.ctxt())
|
||||
},
|
||||
_ => base,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue