rust/src/librustc_parse
Mazdak Farrokhzad 3e6b1ac964
Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum
more clippy fixes

    * remove redundant returns (clippy::needless_return)
    * remove redundant import (clippy::single_component_path_imports)
    * remove redundant format!() call (clippy::useless_format)
    * don't use ok() before calling expect() (clippy::ok_expect)
2020-03-21 05:33:31 +01:00
..
lexer On mismatched delimiters, only point at empty blocks that are in the same line 2020-03-04 11:05:17 -08:00
parser Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum 2020-03-21 05:33:31 +01:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
lib.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
validate_attr.rs {rustc_parse -> rustc_expand}::config 2020-03-18 15:08:25 +01:00