-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix panic when reloading a shrunk file #2506
Fix panic when reloading a shrunk file #2506
Conversation
I'm not sure what's up with the lints - it looks like it might be using clippy from master despite pulling in the stable rust toolchain? Even re-running the check didn't fix it 🤔 |
yeah maybe we should create another PR to fix those warnings |
As for the lints, I ran |
It looks like rust (and clippy) 1.61.0 were released recently and the CI has already started using it. e04bb8b was just merged that fixes the lints so if you rebase on top of that, the lints CI should clear up |
Ah, I updated my rust toolchain to 1.61 and indeed it would generate erros now. I have rebased onto latest master. |
* fix panic when reloading a shrunk file * linting * use scrolloff
* fix panic when reloading a shrunk file * linting * use scrolloff
a small PR to fix #2305