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.
1 parent 951f382 commit 06ffdf1Copy full SHA for 06ffdf1
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