From 7bd2482ece45dd3a52dfbf3378471243969ea342 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 18 Jun 2022 07:32:39 +0800 Subject: [PATCH] Remove "Profile `strip`" from unstable features list It has been stabilized since 1.59 --- src/doc/src/reference/unstable.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 140b41d1de6..3d0031180da 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -87,7 +87,6 @@ Each new feature described below should explain how to use it. * [`doctest-in-workspace`](#doctest-in-workspace) — Fixes workspace-relative paths when running doctests. * [rustdoc-map](#rustdoc-map) — Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/). * `Cargo.toml` extensions - * [Profile `strip` option](#profile-strip-option) — Forces the removal of debug information and symbols from executables. * [Profile `rustflags` option](#profile-rustflags-option) — Passed directly to rustc. * [per-package-target](#per-package-target) — Sets the `--target` to use for each individual package. * [artifact dependencies](#artifact-dependencies) - Allow build artifacts to be included into other build artifacts and build them for different targets.