From 1735917adc11aaa14011a187baf47a320f1c5bc5 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 18 Sep 2024 07:44:30 +0200 Subject: [PATCH] remove reference to incomplete crates.io feature from docs --- src/doc/src/reference/manifest.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 0fcf02b4276..9385a12026d 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -209,9 +209,7 @@ description = "A short description of my package" ### The `documentation` field The `documentation` field specifies a URL to a website hosting the crate's -documentation. If no URL is specified in the manifest file, [crates.io] will -automatically link your crate to the corresponding [docs.rs] page when the -documentation has been built and is available (see [docs.rs queue]). +documentation. ```toml [package] @@ -219,8 +217,6 @@ documentation has been built and is available (see [docs.rs queue]). documentation = "https://docs.rs/bitflags" ``` -[docs.rs queue]: https://docs.rs/releases/queue - ### The `readme` field The `readme` field should be the path to a file in the package root (relative