summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_test_format_support.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/rust_test_format_support.md')
-rw-r--r--docs/markdown/snippets/rust_test_format_support.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/markdown/snippets/rust_test_format_support.md b/docs/markdown/snippets/rust_test_format_support.md
deleted file mode 100644
index 969eb570e..000000000
--- a/docs/markdown/snippets/rust_test_format_support.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Meson test() now accepts `protocol : 'rust'`
-
-This allows native Rust tests to be run and parsed by Meson; simply set the
-protocol to `rust` and Meson takes care of the rest.