mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix Rust beta compiler warnings (rustc 1.75.0-beta.1 (782883f60 2023-11-12)) (#4932)
This commit is contained in:
3
Makefile
3
Makefile
@@ -215,7 +215,8 @@ lint:
|
||||
-A clippy::upper-case-acronyms \
|
||||
-A clippy::vec-init-then-push \
|
||||
-A clippy::question-mark \
|
||||
-A clippy::uninlined-format-args
|
||||
-A clippy::uninlined-format-args \
|
||||
-A clippy::enum_variant_names
|
||||
|
||||
# Lints the code using Clippy and automatically fix some simple compiler warnings.
|
||||
lint-fix:
|
||||
|
||||
Reference in New Issue
Block a user