mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

Don't filter out private items when completing paths in the same crate. Instead respect the `privateEditable` setting. Fixes #9850
Don't filter out private items when completing paths in the same crate. Instead respect the `privateEditable` setting. Fixes #9850