Skip to content

Commit e069c83

Browse files
committed
Add clarity to name of file being used in library example.
1 parent ba84bf3 commit e069c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/crates/lib.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Let's create a library, and then see how to link it to another crate.
44

5+
In `rary.rs`:
6+
57
```rust,ignore
68
pub fn public_function() {
79
println!("called rary's `public_function()`");

0 commit comments

Comments
 (0)