]> git.lizzy.rs Git - rust.git/commit
Apply clippy suggestions
authorClemens Wasser <clemens.wasser@gmail.com>
Sat, 9 Oct 2021 18:44:22 +0000 (20:44 +0200)
committerClemens Wasser <clemens.wasser@gmail.com>
Sun, 10 Oct 2021 13:38:19 +0000 (15:38 +0200)
commit71dd0b928b8b175b69e56fc58e5878b73f090718
treeaeffddc5806cdc0d8b3d866d13c6235385b876a5
parent15491d7b6be1065217e09bd735e4ecffbe9838ba
Apply clippy suggestions
22 files changed:
compiler/rustc_apfloat/src/ieee.rs
compiler/rustc_data_structures/src/base_n.rs
compiler/rustc_data_structures/src/graph/implementation/mod.rs
compiler/rustc_data_structures/src/graph/iterate/mod.rs
compiler/rustc_data_structures/src/obligation_forest/mod.rs
compiler/rustc_data_structures/src/sorted_map.rs
compiler/rustc_data_structures/src/sorted_map/index_map.rs
compiler/rustc_data_structures/src/sso/map.rs
compiler/rustc_data_structures/src/sso/set.rs
compiler/rustc_data_structures/src/stable_hasher.rs
compiler/rustc_data_structures/src/stack.rs
compiler/rustc_data_structures/src/steal.rs
compiler/rustc_data_structures/src/tiny_list.rs
compiler/rustc_data_structures/src/vec_linked_list.rs
compiler/rustc_graphviz/src/lib.rs
compiler/rustc_index/src/bit_set.rs
compiler/rustc_index/src/vec.rs
compiler/rustc_lexer/src/unescape.rs
compiler/rustc_macros/src/hash_stable.rs
compiler/rustc_macros/src/session_diagnostic.rs
compiler/rustc_serialize/src/serialize.rs
library/core/src/num/fmt.rs