Skip to content

Commit a0b3eb7

Browse files
bors[bot]matklad
andauthored
Merge #8292
8292: internal: document Cargo.lock maintenance process r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents ea8feca + 27b779d commit a0b3eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ https://www.tedinski.com/2018/02/06/system-boundaries.html
5555
We try to be very conservative with usage of crates.io dependencies.
5656
Don't use small "helper" crates (exception: `itertools` is allowed).
5757
If there's some general reusable bit of code you need, consider adding it to the `stdx` crate.
58+
A useful exercise is to read Cargo.lock and see if some of the *transitive* dependencies do not make sense for rust-analyzer.
5859

59-
**Rationale:** keep compile times low, create ecosystem pressure for faster
60-
compiles, reduce the number of things which might break.
60+
**Rationale:** keep compile times low, create ecosystem pressure for faster compiles, reduce the number of things which might break.
6161

6262
## Commit Style
6363

0 commit comments

Comments
 (0)