about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-01-05 09:52:49 +0900
committerGitHub <noreply@github.com>2021-01-05 09:52:49 +0900
commitcb433736da31da4924115bc44c8c95a2a6b7fc84 (patch)
tree6bb8ee22f75bd6c104493484ce529aa42aa56978 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentcda26a6b1598c548a61a53c0d0a9d0e15a0a3e8f (diff)
parent6a4b24e4dd98ded6eae4583e0201692140a85f6a (diff)
downloadrust-cb433736da31da4924115bc44c8c95a2a6b7fc84.tar.gz
rust-cb433736da31da4924115bc44c8c95a2a6b7fc84.zip
Rollup merge of #80672 - matthiaskrgr:xpy_clippy_less_noise, r=Mark-Simulacrum
./x.py clippy: allow the most noisy lints

This silences the following clippy lints in ./x.py clippy:

many_single_char_names (there are a lot of warnings caused by stdarch)
collapsible_if (can reduce readability)
type_complexity
missing_safety_doc (there are almost 3K warnings issued)
too_many_arguments
needless_lifetimes (people want 'tcx lifetimes etc)
wrong_self_convention (warns about from_..(), to_..(), into_..().. fns that do or do not take self by reference.

Just for clarification; this only changes the output of `x.py clippy` inside the rustc repo and does not change anything about clippy or how `cargo clippy` is run on peoples crates.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions