summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_std_option.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-02-14 21:28:44 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-02-14 21:28:44 +0200
commit5d651e76b5b6dba5dd03ffec609719b02d703bb7 (patch)
treea2796da9b60e919af3fd08c4a206d29e61e6de5c /docs/markdown/snippets/rust_std_option.md
parentc0b448d3ca98cea2c6a55609772baa7954702fd8 (diff)
downloadmeson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.gz
Set up release 0.57.
Diffstat (limited to 'docs/markdown/snippets/rust_std_option.md')
-rw-r--r--docs/markdown/snippets/rust_std_option.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/rust_std_option.md b/docs/markdown/snippets/rust_std_option.md
deleted file mode 100644
index 5b1ba3d52..000000000
--- a/docs/markdown/snippets/rust_std_option.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## Rust now has an `std` option
-
-Rust calls these `editions`, however, Meson generally refers to such language
-versions as "standards", or `std` for short. Therefore, Meson's Rust support
-uses `std` for consistency with other languages.