From 964a0c4390246b72de788b6b90c76427bae3f369 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Wed, 6 Jul 2022 17:36:22 -0400 Subject: [PATCH] Use `x.py check` instead of `cargo check` for build scripts (#1384) Cargo check isn't supported and gives an error that CFG_CHANNEL is missing. It also generates a new target dir and recompiles dependencies. Use x.py instead, which avoids both issues. --- src/building/suggested.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index e08ca6b2..210cf529 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -39,11 +39,10 @@ you can write: