Closed
Description
Reproducible code
#![allow(clippy::
Select any of the lints, it will be completed as #![allow(clippy::clippy::or_fun_call)]
for example, which is incorrect.
I presume this is because vsc does not consider clippy::
to be a full ident per the rust grammar, therefore it thinks the completion should go after it because the first part isnt part of it