Skip to content

Commit af8643c

Browse files
committed
Auto merge of #12392 - tmfink:doc-paths-overrides, r=weihanglo
docs: format config override caveat as a note
2 parents a7b6a3c + ccfaffc commit af8643c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/overriding-dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ crate, instead `[patch]` must be used in that situation. As a result usage of a
349349
path override is typically isolated to quick bug fixes rather than larger
350350
changes.
351351

352-
Note: using a local configuration to override paths will only work for crates
353-
that have been published to [crates.io]. You cannot use this feature to tell
354-
Cargo how to find local unpublished crates.
352+
> **Note**: using a local configuration to override paths will only work for
353+
> crates that have been published to [crates.io]. You cannot use this feature
354+
> to tell Cargo how to find local unpublished crates.
355355
356356

357357
[crates.io]: https://crates.io/

0 commit comments

Comments
 (0)