Appease clippy
This commit is contained in:
parent
fd1eaafff5
commit
b635e35818
1 changed files with 1 additions and 2 deletions
|
@ -330,8 +330,7 @@ pub fn get_scopes(syntax: Option<&Syntax>, text: RopeSlice, pos: usize) -> Vec<&
|
|||
}
|
||||
|
||||
scopes.reverse();
|
||||
|
||||
return scopes;
|
||||
scopes
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Reference in a new issue