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.
2 parents 951f382 + 06ffdf1 commit 9c4d144Copy full SHA for 9c4d144
src/crates/link.md
@@ -20,7 +20,7 @@ fn main() {
20
```
21
22
```bash
23
-# Where library.rlib is the path to to the compiled library, assumed that it's
+# Where library.rlib is the path to the compiled library, assumed that it's
24
# in the same directory here:
25
$ rustc executable.rs --extern rary=library.rlib && ./executable
26
called rary's `public_function()`
0 commit comments