rust/src/librustc_builtin_macros
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
..
deriving remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
format_foreign Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
asm.rs Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril 2020-03-01 19:28:10 +09:00
assert.rs ast: Mac/Macro -> MacCall 2020-03-12 22:26:52 +03:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
cfg_accessible.rs builtin_macros: Add attribute macro #[cfg_accessible(path)] 2020-03-10 01:02:13 +03:00
cfg.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
cmdline_attrs.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
compile_error.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
concat_idents.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
concat.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
env.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
format_foreign.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
format.rs rustc_parse: Use Token::ident where possible 2020-03-09 12:42:41 +03:00
global_allocator.rs Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) 2020-03-05 16:39:12 +01:00
global_asm.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
lib.rs builtin_macros: Add attribute macro #[cfg_accessible(path)] 2020-03-10 01:02:13 +03:00
log_syntax.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
proc_macro_harness.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
source_util.rs expand_include: set .directory to dir of included file. 2020-03-20 17:39:29 +01:00
standard_library_imports.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
test_harness.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
test.rs ast: Mac/Macro -> MacCall 2020-03-12 22:26:52 +03:00
trace_macros.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
util.rs expand/builtin_macros: Minor cleanup 2020-03-09 20:50:48 +03:00