chore(els): improve completion

This commit is contained in:
Shunsuke Shibayama 2023-02-13 23:01:12 +09:00
parent ecd8ea6769
commit 461e8229d7
2 changed files with 28 additions and 3 deletions

View file

@ -166,7 +166,7 @@ pub struct Args {
pub pos_args: Vec<PosArg>,
pub var_args: Option<Box<PosArg>>,
pub kw_args: Vec<KwArg>,
paren: Option<(Token, Token)>,
pub paren: Option<(Token, Token)>,
}
impl NestedDisplay for Args {