rust-analyzer/crates/proc_macro_api/src
Matthias Krüger 966c23f529 avoid converting types into themselves via .into() (clippy::useless-conversion)
example: let x: String = String::from("hello world").into();
2021-03-17 01:27:56 +01:00
..
lib.rs Add test for proc-macro meta info retrieval 2021-03-15 23:38:22 +08:00
msg.rs Fixed typos in code comments 2021-01-09 15:41:29 +01:00
process.rs Reap proc macro server instances 2021-02-01 21:24:09 +02:00
rpc.rs avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
version.rs Add test for proc-macro meta info retrieval 2021-03-15 23:38:22 +08:00