Files
rust/src/libstd/sys/unix/process
Matthias Krüger 08f2904dfa more clippy fixes
use is_empty() instead of len comparison (clippy::len_zero)
use if let instead of while let loop that never loops (clippy::never_loop)
remove redundant returns (clippy::needless_return)
remove redundant closures (clippy::redundant_closure)
use if let instead of match and wildcard pattern (clippy::single_match)
don't repeat field names redundantly (clippy::redundant_field_names)
2020-03-31 15:20:05 +02:00
..
2019-09-25 15:26:42 -07:00
2020-03-31 15:20:05 +02:00
2019-11-29 18:37:58 -08:00