aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rustdoc.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-04-28 20:33:51 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-28 20:33:51 +0300
commit14cf183194768449e571fc6e5b7e20f10afde30f (patch)
tree9b2e74c847ca312767c464863f0ec44cfdf7ced2 /docs/markdown/snippets/rustdoc.md
parent5e8d34b32f7ad026d3091344d203784ad3e81cd9 (diff)
downloadmeson-14cf183194768449e571fc6e5b7e20f10afde30f.zip
meson-14cf183194768449e571fc6e5b7e20f10afde30f.tar.gz
meson-14cf183194768449e571fc6e5b7e20f10afde30f.tar.bz2
Add release notes for 1.8 that I forgot.
Diffstat (limited to 'docs/markdown/snippets/rustdoc.md')
-rw-r--r--docs/markdown/snippets/rustdoc.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/rustdoc.md b/docs/markdown/snippets/rustdoc.md
deleted file mode 100644
index b0b64aa..0000000
--- a/docs/markdown/snippets/rustdoc.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Meson can run "rustdoc" on Rust projects
-
-Meson now defines a `rustdoc` target if the project
-uses the Rust programming language. The target runs rustdoc on all Rust
-sources, using the `rustdoc` program from the same Rust toolchain as the
-`rustc` compiler.