Skip to content

Commit 2b15c0a

Browse files
authored
Merge pull request #1635 from n0toose/remove-edition
Remove --edition from src/crates/using_lib.md
2 parents 3eb14d0 + d968296 commit 2b15c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crates/using_lib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn main() {
2020
```txt
2121
# Where library.rlib is the path to the compiled library, assumed that it's
2222
# in the same directory here:
23-
$ rustc executable.rs --extern rary=library.rlib --edition=2018 && ./executable
23+
$ rustc executable.rs --extern rary=library.rlib && ./executable
2424
called rary's `public_function()`
2525
called rary's `indirect_access()`, that
2626
> called rary's `private_function()`

0 commit comments

Comments
 (0)