From 4d53598ff9238cb075fbf09431240db9efe16311 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 9 Jan 2025 14:08:12 -0500 Subject: [PATCH] Update src/contributors/02-local-development.md Co-authored-by: Nutomic --- src/contributors/02-local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributors/02-local-development.md b/src/contributors/02-local-development.md index 768db12..955a87d 100644 --- a/src/contributors/02-local-development.md +++ b/src/contributors/02-local-development.md @@ -90,7 +90,7 @@ Use `cargo check` to find compilation errors. To start the Lemmy backend, run `c After making changes, you need to format the code with `cargo +nightly fmt --all` and run the linter with `./scripts/lint.sh`. -If you'd like to speed up compilation times, you can install [mold](https://github.com/rui314/mold), and [sccache](https://github.com/mozilla/sccache), then add the following to `~/.cargo/config.toml` (requires nightly rust). +If you'd like to speed up compilation times, you can install [mold](https://github.com/rui314/mold), and [sccache](https://github.com/mozilla/sccache), then add the following to `~/.cargo/config.toml`. Note that the parameter `-Zthreads=x` only works on nightly Rust. ```toml [build]