diff options
author | Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl> | 2022-12-11 22:12:16 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-12-11 16:34:00 -0500 |
commit | 9c1bf2bf4ca413b54a398964681f7eef0d104316 (patch) | |
tree | c67e504197a07b769ff72f7976ef734323b54e8a /docs | |
parent | 5bea2ca198041fa044222dc5b8b63b155e525d5c (diff) | |
download | meson-9c1bf2bf4ca413b54a398964681f7eef0d104316.zip meson-9c1bf2bf4ca413b54a398964681f7eef0d104316.tar.gz meson-9c1bf2bf4ca413b54a398964681f7eef0d104316.tar.bz2 |
DOCS: Rust-module: Remove note about unstable API
Remove the note about the unstable API of the Rust module, since it's no longer unstable as of Meson 1.0.0.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Rust-module.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md index 65eec64..031b62a 100644 --- a/docs/markdown/Rust-module.md +++ b/docs/markdown/Rust-module.md @@ -11,8 +11,6 @@ authors: *(new in 0.57.0)* *(Stable since 1.0.0)* -**Note** Unstable modules make no backwards compatible API guarantees. - The rust module provides helper to integrate rust code into Meson. The goal is to make using rust in Meson more pleasant, while still remaining mesonic, this means that it attempts to make Rust work more |