We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extern crate
pub use
1 parent 2353a8f commit 0530e1aCopy full SHA for 0530e1a
examples/meta_project/rust/main/src/lib.rs
@@ -7,6 +7,6 @@ mod main_object;
7
8
// Ensure the symbols from the rlib dependencies end up
9
// in the staticlib (if you use Rust symbols from these
10
-// crates in this crate, you can skip these `pub use` statements).
11
-pub use sub1;
12
-pub use sub2;
+// crates in this crate, you can skip these `extern crate` statements).
+extern crate sub1;
+extern crate sub2;
0 commit comments