Add the "consider importing it directly" label to public imports as well
This commit is contained in:
parent
580c6a29d4
commit
f4083c6455
2 changed files with 3 additions and 3 deletions
|
|
@ -13,12 +13,12 @@ note: ...and refers to the struct import `ParseOptions` which is defined here...
|
|||
--> $DIR/issue-55884-2.rs:12:9
|
||||
|
|
||||
LL | pub use parser::ParseOptions;
|
||||
| ^^^^^^^^^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^^^^^^^^^ consider importing it directly
|
||||
note: ...and refers to the struct import `ParseOptions` which is defined here...
|
||||
--> $DIR/issue-55884-2.rs:6:13
|
||||
|
|
||||
LL | pub use options::*;
|
||||
| ^^^^^^^^^^
|
||||
| ^^^^^^^^^^ consider importing it directly
|
||||
note: ...and refers to the struct `ParseOptions` which is defined here
|
||||
--> $DIR/issue-55884-2.rs:2:5
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue