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 f7c2fc6 commit 758278aCopy full SHA for 758278a
src/crates/lib.md
@@ -25,7 +25,8 @@ library.rlib
25
```
26
27
Libraries get prefixed with "lib", and by default they get named after their
28
-crate file, but this default name can be overridden using the [`crate_name`
+crate file, but this default name can be overridden by passing
29
+the `--crate-name` option to `rustc` or by using the [`crate_name`
30
attribute][crate-name].
31
32
[crate-name]: ../attribute/crate.md
0 commit comments