mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
7 lines
163 B
TOML
7 lines
163 B
TOML
[target.'cfg(all())']
|
|
rustflags = [
|
|
"-Dwarnings",
|
|
"-Aclippy::reversed_empty_ranges",
|
|
"-Aclippy::missing_safety_doc",
|
|
"-Aclippy::let_unit_value",
|
|
]
|