Skip to content

Commit e89d7df

Browse files
Renamed to byte_range and changed Range generics [skip ci]
1 parent e66d020 commit e89d7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc-macro-srv/src/abis/abi_sysroot/ra_server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ impl server::Span for RustAnalyzer {
298298
// FIXME handle span
299299
span
300300
}
301-
fn position(&mut self, _span: Self::Span) -> Range<u32> {
301+
fn byte_range(&mut self, _span: Self::Span) -> Range<usize> {
302302
// FIXME handle span
303303
Range { start: 0, end: 0 }
304304
}

0 commit comments

Comments
 (0)