mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
8ba2f77148
Co-authored-by: Mikayla <mikayla@zed.dev>
6 lines
145 B
TOML
6 lines
145 B
TOML
[target.'cfg(all())']
|
|
rustflags = [
|
|
"-Aclippy::reversed_empty_ranges",
|
|
"-Aclippy::missing_safety_doc",
|
|
"-Aclippy::let_unit_value",
|
|
]
|