Files
spellbook/.github/workflows
Michael Davis 10f0feb5b8 Develop using latest stable Rust
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.
2025-02-04 13:25:07 -05:00
..
2025-02-04 13:25:07 -05:00