missed the L for the line number

This commit is contained in:
Josh Rotenberg 2025-02-19 16:52:12 -08:00
parent 9691da7707
commit 5968782ce6

View File

@ -119,7 +119,7 @@ impl fmt::Display for Location {
let name = self.file.file_name().unwrap(); let name = self.file.file_name().unwrap();
write!( write!(
f, f,
" [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#{}) ", " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#L{}) ",
name.to_str().unwrap(), name.to_str().unwrap(),
path, path,
self.line self.line