diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-10 18:17:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-10 18:17:39 +0800 |
| commit | 6be5894f40b2c2543f23aab7f7b4ffc73dbd0d77 (patch) | |
| tree | d8e9e98b0fd2c0637503a1b73a8d388f56c3c1ba /docs/dev/pages/abouts/nightly-features.md | |
| parent | 70060f1bb395c684b64a2fb94b76442120097409 (diff) | |
docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site
Replace relative file links with absolute URLs and add centered page
headers
to the migrated docs. Update the dev sidebar to include the new pages.
Diffstat (limited to 'docs/dev/pages/abouts/nightly-features.md')
| -rw-r--r-- | docs/dev/pages/abouts/nightly-features.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/dev/pages/abouts/nightly-features.md b/docs/dev/pages/abouts/nightly-features.md new file mode 100644 index 0000000..13b666e --- /dev/null +++ b/docs/dev/pages/abouts/nightly-features.md @@ -0,0 +1,18 @@ +<h1 align="center">About Nightly Features</h1> +<p align="center"> + Using nightly Rust features in Mingling +</p> + +**Mingling** uses some features that are only available in the `nightly` toolchain. This requires you to enable the `nightly` feature: + +```toml +[dependencies] +mingling = { version = "...", features = ["nightly"] } +``` + +## Features + +> [!WARNING] +> The following features can only be used with the nightly toolchain, and are only guaranteed to compile, not to be stable or production-ready. +> +> If you need a stable development experience, please **do not use** the `nightly` feature! |
