From 748e9601a17e5e6a38c0794379f15c41f56a4d7b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 30 Jul 2024 12:18:31 -0500 Subject: [PATCH] docs(unstable): Be consistent in env styling --- src/doc/src/reference/unstable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index d71fc9fef831..b81ee690501a 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -348,7 +348,7 @@ If there is no MSRV set then your toolchain version will be used, allowing it to #### `resolver.incompatible-rust-versions` * Type: string -* Default: "allow" +* Default: `"allow"` * Environment: `CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS` Select how packages with incompatible `package.rust-version`s are treated during dependency resolution.