chore(ci): uncomment clippy from the ci check

The issue has been fixed in the latest release of rust. See https://github.com/rust-lang/rust-clippy/issues/8662
Fix #2305
This commit is contained in:
Irevoire 2022-05-24 15:03:11 +02:00
parent 341756a0eb
commit f65116b208
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ status = [
'Tests on ubuntu-18.04',
'Tests on macos-latest',
'Tests on windows-latest',
# 'Run Clippy',
'Run Clippy',
'Run Rustfmt',
'Run tests in debug',
]