1
Fork 0
rust/compiler/rustc_ast/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
..
ast
attr Attach TokenStream to ast::Path 2020-09-10 17:33:06 -04:00
expand
util use sort_unstable to sort primitive types 2020-09-10 00:03:58 +02:00
ast.rs Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
crate_disambiguator.rs
entry.rs
lib.rs
mut_visit.rs Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
node_id.rs
ptr.rs
token.rs Fully integrate token collection for additional AST structs 2020-09-10 17:58:14 -04:00
tokenstream.rs Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" 2020-09-10 02:18:46 +00:00
visit.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00