From ccfaffc81b55ae590456347ee39044654e6ef502 Mon Sep 17 00:00:00 2001 From: Travis Finkenauer Date: Sun, 23 Jul 2023 09:53:54 -0700 Subject: [PATCH] docs: format config override caveat as a note --- src/doc/src/reference/overriding-dependencies.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/src/reference/overriding-dependencies.md b/src/doc/src/reference/overriding-dependencies.md index c8e8fbcb6e5..c04a7929dcd 100644 --- a/src/doc/src/reference/overriding-dependencies.md +++ b/src/doc/src/reference/overriding-dependencies.md @@ -349,9 +349,9 @@ crate, instead `[patch]` must be used in that situation. As a result usage of a path override is typically isolated to quick bug fixes rather than larger changes. -Note: using a local configuration to override paths will only work for crates -that have been published to [crates.io]. You cannot use this feature to tell -Cargo how to find local unpublished crates. +> **Note**: using a local configuration to override paths will only work for +> crates that have been published to [crates.io]. You cannot use this feature +> to tell Cargo how to find local unpublished crates. [crates.io]: https://crates.io/