Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

#[allow(...)] completions need closing parenthesis and brace #1708

Closed
mqudsi opened this issue Dec 29, 2020 · 1 comment
Closed

#[allow(...)] completions need closing parenthesis and brace #1708

mqudsi opened this issue Dec 29, 2020 · 1 comment

Comments

@mqudsi
Copy link

mqudsi commented Dec 29, 2020

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:

#[allow(̲̯ )]

but this doesn`t

#[allow(̲̯ 

(In case it's not rendered correctly, the completion is triggered at the same location immediately after the opening ( in both samples.)

@mqudsi
Copy link
Author

mqudsi commented Dec 29, 2020

I think this is the wrong repo to report this. Filed against racer as racer-rust/racer#1150

@mqudsi mqudsi closed this as completed Dec 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant