From 2fa0d54b4e7842060e8b6932590d9767a65f85f7 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 3 Jul 2022 09:55:08 -0500 Subject: [PATCH] Use `x.py check` instead of `cargo check` for build scripts 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 df79aed79..8c463590c 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -39,11 +39,10 @@ you can write: