From 3fd6b66cd36ef2ec7adbb23370007604f02ebcfb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 29 Mar 2024 15:09:14 +0530 Subject: [PATCH] README: remove stale advice about cargo2nix --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bf3e80c..b61fd7f 100644 --- a/README.md +++ b/README.md @@ -217,9 +217,7 @@ $ nix-build -A ofborg.rs # build ofborg Currently there is no easy way to set up a test instance of ofborg. If `cargo check` and `cargo test` both succeed, feel free to Pull Request your changes. Make sure to format your code with `cargo fmt` and check for additional warnings -with `cargo clippy`. If you added, removed, or updated the dependencies, also be -sure to update Cargo.nix by running -[`./nix/update-crates.sh`](./nix/update-crates.sh). +with `cargo clippy`. To disable warnings as errors, run your command with an empty `RUSTFLAGS`. For example: