blob: 2abee7b98d39ce0a40479fb71ebdd1eb130e5650 [file] [edit]
error: using `pub use`
--> tests/ui/pub_use.rs:9:5
|
LL | pub use inner::Test;
| ^^^^^^^^^^^^^^^^^^^^
|
= help: move the exported item to a public module instead
= note: `-D clippy::pub-use` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::pub_use)]`
error: aborting due to 1 previous error