You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(linter): use u32 to keep track of last fixed source text position (#12696)
Only use case I could think about, where something bigger then u32 is needed:
Parsing an under `u32` size file and fixing it will exceed `u32` file size.
0 commit comments