rust-analyzer/crates/ide-db
Chayim Refael Friedman 10db7ac7a4 Deprecate preserve import granularity option
It didn't do anything (behaved like `item`), as with `enforceGranularity = false` (which is the default), the style of the current file is always preferred, regardless of the setting.

We could make it fail when the setting is `preserve` and the current file's style could not be detected, but that makes little sense.

It is a bit weird that the default is `crate` but `preserve` falls back to `item`, however that was the previous behavior.
2025-10-05 15:19:52 +03:00
..
src Deprecate preserve import granularity option 2025-10-05 15:19:52 +03:00
Cargo.toml Don't run doctests 2025-06-23 00:50:22 +03:00