mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 18:43:38 +00:00
Renamed to byte_range and changed Range generics [skip ci]
This commit is contained in:
parent
e66d0208bc
commit
e89d7dfe39
@ -298,7 +298,7 @@ impl server::Span for RustAnalyzer {
|
||||
// FIXME handle span
|
||||
span
|
||||
}
|
||||
fn position(&mut self, _span: Self::Span) -> Range<u32> {
|
||||
fn byte_range(&mut self, _span: Self::Span) -> Range<usize> {
|
||||
// FIXME handle span
|
||||
Range { start: 0, end: 0 }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user