diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-02-27 15:06:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 15:06:22 +0000 |
commit | edfcb81339ddb1af165c6293229a98b588a90af9 (patch) | |
tree | e593588fe221cb22ba82765d2920840e0650f536 /Cargo.lock | |
parent | 72b341425d8a27026d9dde00519a84f1a6b85bb9 (diff) | |
download | alacritty-edfcb81339ddb1af165c6293229a98b588a90af9.tar.gz alacritty-edfcb81339ddb1af165c6293229a98b588a90af9.zip |
Run clippy on MSRV
Since not all suggested clippy lints by stable clippy are supported on
the MSRV of Alacritty, this commit moves the clippy checks to the MSRV.
Unfortunately this will mean that our lints might be significantly
behind, however it ensures our CI never blocks any code that should be
valid.
Developers themselves of course can still run the latest clippy to
follow the up to date recommendations.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 - [[package]] name = "ab_glyph_rasterizer" version = "0.1.4" |