1
Fork 0
rust/compiler/rustc_ast_lowering/src
bors 9b4154193e Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco
use sort_unstable to sort primitive types

It's not important to retain original order if we have &[1, 1, 2, 3] for example.

clippy::stable_sort_primitive
2020-09-14 21:43:17 +00:00
..
expr.rs use sort_unstable to sort primitive types 2020-09-10 00:03:58 +02:00
item.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
lib.rs Attach tokens to NtMeta (ast::AttrItem) 2020-09-10 17:33:06 -04:00
pat.rs
path.rs