about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-25 18:57:56 +0200
committerGitHub <noreply@github.com>2024-04-25 18:57:56 +0200
commitb28721fd96d3b88ef4bdfb8bce6e54399e01fb91 (patch)
tree85ec930d9b2c53439a7bb2ca38a7a0a29c611ee2 /compiler/rustc_mir_transform/src/coverage/mod.rs
parent6a9758d4f38d4763bd437c48fa7e5246cecf8d04 (diff)
parent3c5e88c7d19fee810ce5bdaaae8c9da8caabd6eb (diff)
downloadrust-b28721fd96d3b88ef4bdfb8bce6e54399e01fb91.tar.gz
rust-b28721fd96d3b88ef4bdfb8bce6e54399e01fb91.zip
Rollup merge of #124287 - 41Leahcim:master, r=fmease
Improved code with clippy

I haven't used the bootstrapped compiler, but I think I have made some improvements using clippy. I have already made the following changes to the compiler:
Replaced `self.first().is_digit(10)` with `self.first().is_ascii_digit()` on lines 633, 664, and 680 of compiler/rust_lexer/src/lib.rs.

Removed unnecessary cast on line 262 of compiler/rustc_lexer/src/unescape.rs

Replaced ok_or_else with ok_or on line 303 of compiler/rustc_lexer/src/unescape.rs

Replaced `!std::env::var("RUSTC_BOOTSTRAP").is_ok()` with `std::env::var("RUSTC_BOOTSTRAP").is_err()` on line 4 of compiler/rustc_macros/build.rs

Removed needless borrow for generic argument `env`on line 53 of compiler/rust_llvm/build.rs
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions