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
This commit is contained in:
parent
986e0113e5
commit
832e3e7dd7
10 changed files with 760 additions and 825 deletions
1
clippy.toml
Normal file
1
clippy.toml
Normal file
|
@ -0,0 +1 @@
|
|||
allow-private-module-inception = true
|
Loading…
Add table
Add a link
Reference in a new issue