-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The latest Clippy has a lint that checks that calls follow MSRV. It's not perfect - it misses some cases like trait items, `Arc::default()` for example. Spellbook is not changed often enough that it should be a pain point however. Also Spellbook is not meant to increase MSRV without good reason (unlike an application like Helix) so eventually it will run further behind on Rust versions than rust-analyzer supports. The MSRV CI will catch actual violations not caught by Clippy before a release.
- Loading branch information
1 parent
1a61e13
commit 10f0feb
Showing
5 changed files
with
6 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.