From fde2e6843707841911fc81442b565ee2ddc49b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Mon, 6 Feb 2023 04:12:10 +0100 Subject: [PATCH] Do not mention a non-existing default of crates.io I just published a new crate on crates.io, and it does not appear to link the documentation at all when no documentation field is provided. --- src/doc/src/reference/manifest.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index dc351a023108..685aa2536c9c 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -202,8 +202,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. +documentation. ```toml [package]