mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	Merge pull request #19186 from joshrotenberg/fix-source-link-line-anchor
doc: missed the L for the line number
This commit is contained in:
		
						commit
						1d1da786c9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -119,7 +119,7 @@ impl fmt::Display for Location { | |||
|         let name = self.file.file_name().unwrap(); | ||||
|         write!( | ||||
|             f, | ||||
|             " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#{}) ", | ||||
|             " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#L{}) ", | ||||
|             name.to_str().unwrap(), | ||||
|             path, | ||||
|             self.line | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Laurențiu Nicola
						Laurențiu Nicola