rust/src/libsyntax/util
Mark Simulacrum 4066c8ec71 Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Fix some clippy warnings in libsyntax

This is mostly removing stray ampersands, needless returns and lifetimes. Basically a lot of small changes.
2017-05-16 17:31:50 -06:00
..
lev_distance.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
move_map.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
node_count.rs Pass crate attributes in visit.rs 2017-05-12 07:15:29 +12:00
parser.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
parser_testing.rs Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
rc_slice.rs Introduce HashStable trait and base ICH implementations on it. 2017-04-06 16:01:51 +02:00
small_vector.rs Change implementation of syntax::util::SmallVector to use data_structures::SmallVec. 2016-11-11 07:38:48 -07:00
thin_vec.rs Generalize and abstract ThinAttributes 2016-06-19 00:01:55 +00:00