File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
error: `macro_use` attributes are no longer needed in the Rust 2018 edition
2
- --> $DIR/macro_use_imports.rs:25 :5
2
+ --> $DIR/macro_use_imports.rs:23 :5
3
3
|
4
4
LL | #[macro_use]
5
- | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use mac::inner::nested::string_add ;`
5
+ | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use mac::{ inner::mut_mut, inner::try_err} ;`
6
6
|
7
7
= note: `-D clippy::macro-use-imports` implied by `-D warnings`
8
8
= help: to override `-D warnings` add `#[allow(clippy::macro_use_imports)]`
9
9
10
10
error: `macro_use` attributes are no longer needed in the Rust 2018 edition
11
- --> $DIR/macro_use_imports.rs:23 :5
11
+ --> $DIR/macro_use_imports.rs:21 :5
12
12
|
13
13
LL | #[macro_use]
14
- | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use mac::{inner::mut_mut, inner::try_err} ;`
14
+ | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use mini_mac::ClippyMiniMacroTest ;`
15
15
16
16
error: `macro_use` attributes are no longer needed in the Rust 2018 edition
17
- --> $DIR/macro_use_imports.rs:21 :5
17
+ --> $DIR/macro_use_imports.rs:25 :5
18
18
|
19
19
LL | #[macro_use]
20
- | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use mini_mac::ClippyMiniMacroTest ;`
20
+ | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use mac::inner::nested::string_add ;`
21
21
22
22
error: `macro_use` attributes are no longer needed in the Rust 2018 edition
23
23
--> $DIR/macro_use_imports.rs:19:5
You can’t perform that action at this time.
0 commit comments