Commit 2722274
committed
doc/guide/dependencies: Add a 'rust' language marker
This had been added to the non-book docs in 2ad45a5 ([doc] Sync back
doc/book changes into old docs, 2017-08-31, rust-lang#4455), despite the fact
that the book didn't actually have that marker:
$ git cat-file -p 2ad45a5:src/doc/book/src/guide/dependencies.md | grep -A2 'You can now use the'
You can now use the `regex` library using `extern crate` in `main.rs`.
```1 parent f60ece9 commit 2722274
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments