This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
c8c5fa4893
rust
/
compiler
/
rustc_passes
History
Yotam Ofek
264fa0fc54
Run
clippy --fix
for
unnecessary_map_or
lint
2025-01-19 19:15:00 +00:00
..
src
Run
clippy --fix
for
unnecessary_map_or
lint
2025-01-19 19:15:00 +00:00
Cargo.toml
Auto merge of
#134381
- jdonszelmann:move-attribute-types, r=oli-obk
2024-12-17 18:50:50 +00:00
messages.ftl
On unused assign lint, detect
mut arg: &Ty
meant to be
arg: &mut Ty
2025-01-11 01:34:23 +00:00