rls is unable to complete linter allow hints without a closing parenthesis and brace, but is able to complete them otherwise.
i.e. this works:
but this doesn`t
(In case it's not rendered correctly, the completion is triggered at the same location immediately after the opening ( in both samples.)
rls is unable to complete linter
allowhints without a closing parenthesis and brace, but is able to complete them otherwise.i.e. this works:
#[allow(̲̯ )]but this doesn`t
(In case it's not rendered correctly, the completion is triggered at the same location immediately after the opening
(in both samples.)