Appease clippy

This commit is contained in:
Blaž Hrastnik 2021-08-13 13:16:31 +09:00
parent fd1eaafff5
commit b635e35818

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)]