This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-01-12 13:24:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
acaa720c09
zed
/
clippy.toml
3 lines
74 B
TOML
Raw
Normal View
History
Unescape
Escape
chore: Revert changes made to ui crate structure (#17516) As a part of https://github.com/zed-industries/zed/pull/17488 I flattened module structure of ui crate to fix module_inception lint. However, that's actually unnecessary as we can pass that lint via a custom knob for clippy. Closes #ISSUE Release Notes: - N/A
2024-09-06 19:38:56 +00:00
allow-private-module-inception
=
true
chore: Fix some violations of 'needless_pass_by_ref_mut' lint (#18795) While this lint is allow-by-default, it seems pretty useful to get rid of mutable borrows when they're not needed. Closes #ISSUE Release Notes: - N/A
2024-10-06 23:29:58 +00:00
avoid-breaking-exported-api
=
false
Reference in a new issue
Copy permalink