Appease clippy

pull/578/head
Blaž Hrastnik 2021-08-13 13:16:31 +09:00
parent fd1eaafff5
commit b635e35818
1 changed files with 1 additions and 2 deletions

View File

@ -330,8 +330,7 @@ pub fn get_scopes(syntax: Option<&Syntax>, text: RopeSlice, pos: usize) -> Vec<&
}
scopes.reverse();
return scopes;
scopes
}
#[cfg(test)]