mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge #2424
2424: Uncomment clippy from the ci check r=curquiza a=irevoire The issue has been fixed in the latest release of rust. See https://github.com/rust-lang/rust-clippy/issues/8662 Fix #2305 Co-authored-by: Irevoire <tamo@meilisearch.com>
This commit is contained in:
commit
9935db86c7
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue