mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2025-02-02 23:11:35 +00:00
Use then instead of and
This commit is contained in:
parent
443f7b5be3
commit
547c529756
1 changed files with 1 additions and 1 deletions
|
@ -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), and 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` (requires nightly rust).
|
||||
|
||||
```toml
|
||||
[build]
|
||||
|
|
Loading…
Reference in a new issue