error: unreachable `pub` item
error: unreachable `pub` item
--> crates/tor-guardmgr/src/lib.rs:174:9
|
174 | pub use ids::FirstHopId;
| --- ^^^^^^^^^^^^^^^
| |
| help: consider restricting its visibility: `pub(crate)`
|
note: the lint level is defined here
--> crates/tor-guardmgr/src/lib.rs:100:9
|
100 | #![deny(unreachable_pub)]
| ^^^^^^^^^^^^^^^
= help: or consider exporting it for use by other crates
error: could not compile `tor-guardmgr` due to previous error