Another batch of lint fixes (#36521)
- **Enable a bunch of extra lints** - **First batch of fixes** - **More fixes** Release Notes: - N/A
This commit is contained in:
parent
69b1c6d6f5
commit
6825715503
147 changed files with 788 additions and 1042 deletions
|
@ -543,7 +543,7 @@ impl Iterator for Tabs {
|
|||
// Since tabs are 1 byte the tab offset is the same as the byte offset
|
||||
let position = TabPosition {
|
||||
byte_offset: tab_offset,
|
||||
char_offset: char_offset,
|
||||
char_offset,
|
||||
};
|
||||
// Remove the tab we've just seen
|
||||
self.tabs ^= 1 << tab_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue