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 ba84bf3 commit 63a5003Copy full SHA for 63a5003
src/crates/lib.md
@@ -2,6 +2,7 @@
2
3
Let's create a library, and then see how to link it to another crate.
4
5
+In `rary.rs`:
6
```rust,ignore
7
pub fn public_function() {
8
println!("called rary's `public_function()`");
@@ -29,4 +30,4 @@ crate file, but this default name can be overridden by passing
29
30
the `--crate-name` option to `rustc` or by using the [`crate_name`
31
attribute][crate-name].
32
-[crate-name]: ../attribute/crate.md
33
+[crate-name]: ../attribute/crate.md
0 commit comments