mirror of https://github.com/helix-editor/helix
Appease clippy
parent
fd1eaafff5
commit
b635e35818
|
@ -330,8 +330,7 @@ pub fn get_scopes(syntax: Option<&Syntax>, text: RopeSlice, pos: usize) -> Vec<&
|
||||||
}
|
}
|
||||||
|
|
||||||
scopes.reverse();
|
scopes.reverse();
|
||||||
|
scopes
|
||||||
return scopes;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
Loading…
Reference in New Issue