rust-analyzer/crates/ide-assists/src
bors 125d43cb2c Auto merge of #13227 - Veykril:core-pref, r=Veykril
Restructure `find_path` into a separate functions for modules and non-module items

Follow up to https://github.com/rust-lang/rust-analyzer/pull/13212
Also renames `prefer_core` imports config to `prefer_no_std` and changes the behavior of no_std path searching by preferring `core` paths `over` alloc

This PR turned into a slight rewrite, so it unfortunately does a few more things that I initially planned to (including a bug fix for enum variant paths)
2022-09-13 13:16:57 +00:00
..
handlers Auto merge of #13227 - Veykril:core-pref, r=Veykril 2022-09-13 13:16:57 +00:00
tests new lint: move_format_string_arg 2022-09-10 20:13:46 +05:30
utils Auto merge of #12982 - jridgewell:into_future, r=Veykril 2022-08-18 07:37:47 +00:00
assist_config.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
assist_context.rs Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
lib.rs new lint: move_format_string_arg 2022-09-10 20:13:46 +05:30
tests.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
utils.rs Create trait Removable, replace ted APIs with builder APIs 2022-09-02 21:18:36 +00:00