Skip to content

Commit c586652

Browse files
authored
Update manifest.md
Remove comment from example toml to prose.
1 parent 471c410 commit c586652

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,12 @@ script guide.
361361

362362
[links]: build-scripts.md#the-links-manifest-key
363363

364+
For example, a crate that links a native library called "git2" (e.g. `libgit2.a`
365+
on Linux) may specify:
366+
364367
```toml
365368
[package]
366369
# ...
367-
# this package links with a native library called "git2", e.g. "libgit2.a" on Linux
368370
links = "git2"
369371
```
370372

0 commit comments

Comments
 (0)