File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ https://www.tedinski.com/2018/02/06/system-boundaries.html
5555We try to be very conservative with usage of crates.io dependencies.
5656Don't use small "helper" crates (exception: ` itertools ` is allowed).
5757If 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
You can’t perform that action at this time.
0 commit comments