We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eb14d0 + d968296 commit 2b15c0aCopy full SHA for 2b15c0a
src/crates/using_lib.md
@@ -20,7 +20,7 @@ fn main() {
20
```txt
21
# Where library.rlib is the path to the compiled library, assumed that it's
22
# in the same directory here:
23
-$ rustc executable.rs --extern rary=library.rlib --edition=2018 && ./executable
+$ rustc executable.rs --extern rary=library.rlib && ./executable
24
called rary's `public_function()`
25
called rary's `indirect_access()`, that
26
> called rary's `private_function()`
0 commit comments