This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-15 12:39:31 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
feb37829e152e0880dffa337e4897f75ca35eb84
rust
/
compiler
/
rustc_lint
T
History
David Tolnay
8cc7073d64
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:14:09 -08:00
..
src
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:14:09 -08:00
Cargo.toml
Clean up
rustc_*/Cargo.toml
.
2023-10-30 08:46:02 +11:00
messages.ftl
Rework supertrait lint once again
2023-11-22 21:51:39 +00:00