mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
832e3e7dd7
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
2 lines
38 B
TOML
2 lines
38 B
TOML
allow-private-module-inception = true
|