rust/src/librustc_save_analysis
Nicholas Nethercote 69bc4aba78 Remove unnecessary Deref impl for Attribute.
This kind of thing just makes the code harder to read.
2019-11-06 23:01:02 +11:00
..
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
dump_visitor.rs save-analysis: Account for async desugaring in async fn return types 2019-10-29 16:25:37 +01:00
dumper.rs Simplify SaveHandler trait 2019-07-27 19:27:51 -04:00
lib.rs Remove unnecessary Deref impl for Attribute. 2019-11-06 23:01:02 +11:00
sig.rs Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
span_utils.rs