fix typo in cargo doc test

The environment variable that we pass to indicate the a docs build is
happening was misspelling "RUST" as "RUTS".

Signed-off-by: Patrick Roy <patrick.roy@linux.dev>
This commit is contained in:
Patrick Roy
2025-10-14 08:25:21 +02:00
committed by Stefano Garzarella
parent c41370cfc8
commit 30599a5213

View File

@@ -29,7 +29,7 @@
},
{
"test_name": "doc",
"command": "RUSTDOCFLAGS=\"-D warnings\" RUSTFLAGS=\"--cfg RUTSDOC_disable_feature_compat_errors\" cargo doc --workspace --all-features --no-deps"
"command": "RUSTDOCFLAGS=\"-D warnings\" RUSTFLAGS=\"--cfg RUSTDOC_disable_feature_compat_errors\" cargo doc --workspace --all-features --no-deps"
},
{
"test_name": "unittests-gnu",