We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cdea3 commit 1167aeaCopy full SHA for 1167aea
forwarder/src/lib.rs
@@ -1,2 +1,2 @@
1
pub mod forwarder;
2
-pub use forwarder::Forwarder;
+pub use crate::forwarder::Forwarder;
0 commit comments