changeset 49949 | 3c37cb7bce61 |
parent 49939 | 0a58aaa2009c |
child 50099 | 0f0880c8a7e5 |
--- a/Makefile Wed Jan 25 18:44:09 2023 +0100 +++ b/Makefile Wed Jan 25 18:45:38 2023 +0100 @@ -158,7 +158,7 @@ cargo-clippy: cd $(HGROOT)/rust \ - && $(CARGO) clippy --all --features "$(HG_RUST_FEATURES)" + && $(CARGO) clippy --all --features "$(HG_RUST_FEATURES)" -- -D warnings check-code: hg manifest | xargs python contrib/check-code.py