rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

lowering priority of some completions

Open nilsmartel opened this issue 3 years ago • 0 comments

Just now I wanted to use std::mem::size_of and instead std::intrinsics::size_of was important.

I think that is a good example of a completion we (close to) never want to prioritize.

nilsmartel avatar Sep 22 '22 11:09 nilsmartel