mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	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:
		@@ -2,7 +2,7 @@ status = [
 | 
				
			|||||||
    'Tests on ubuntu-18.04',
 | 
					    'Tests on ubuntu-18.04',
 | 
				
			||||||
    'Tests on macos-latest',
 | 
					    'Tests on macos-latest',
 | 
				
			||||||
    'Tests on windows-latest',
 | 
					    'Tests on windows-latest',
 | 
				
			||||||
    # 'Run Clippy',
 | 
					    'Run Clippy',
 | 
				
			||||||
    'Run Rustfmt',
 | 
					    'Run Rustfmt',
 | 
				
			||||||
    'Run tests in debug',
 | 
					    'Run tests in debug',
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user