Skip to content

Commit

Permalink
Update manifest.md
Browse files Browse the repository at this point in the history
Remove comment from example toml to prose.
  • Loading branch information
jorendorff authored Jun 6, 2022
1 parent 471c410 commit c586652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,12 @@ script guide.

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

For example, a crate that links a native library called "git2" (e.g. `libgit2.a`
on Linux) may specify:

```toml
[package]
# ...
# this package links with a native library called "git2", e.g. "libgit2.a" on Linux
links = "git2"
```

Expand Down

0 comments on commit c586652

Please sign in to comment.