diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-03-22 15:29:03 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-03-22 19:09:21 -0400 |
commit | b5375eb90fd142ec9f3a16dc00dc53d5e098b2d5 (patch) | |
tree | ecfe2e2ceadcaec029868042623427d8884cc0d7 | |
parent | 8867fb7999e35c6713c46af64becfd1a08146a6a (diff) | |
download | meson-b5375eb90fd142ec9f3a16dc00dc53d5e098b2d5.zip meson-b5375eb90fd142ec9f3a16dc00dc53d5e098b2d5.tar.gz meson-b5375eb90fd142ec9f3a16dc00dc53d5e098b2d5.tar.bz2 |
docs/rust: fix markdown title
VSCode is perfectly happy with the trailing `---`, hotdoc only likes
`...` apparently.
-rw-r--r-- | docs/markdown/Rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Rust.md b/docs/markdown/Rust.md index b2376c3..971014f 100644 --- a/docs/markdown/Rust.md +++ b/docs/markdown/Rust.md @@ -1,7 +1,7 @@ --- title: Rust short-description: Working with Rust in Meson ---- +... # Using Rust with Meson |