Remove unnecessary spacing
assignment.
It has no useful effect.
This commit is contained in:
parent
66e9b1149c
commit
14281e6147
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ impl<'a> StringReader<'a> {
|
|||
&& let Some(shebang_len) = rustc_lexer::strip_shebang(self.src)
|
||||
{
|
||||
self.pos = self.pos + BytePos::from_usize(shebang_len);
|
||||
spacing = Spacing::Alone;
|
||||
}
|
||||
|
||||
// Skip trivial (whitespace & comments) tokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue