mirror of
https://github.com/helix-editor/spellbook.git
synced 2025-10-05 15:52:42 +02:00
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.