Skip to content

Commit

Permalink
Fix an incorrect URL
Browse files Browse the repository at this point in the history
Follow up rust-lang/rust#74862.

https://github.com/rust-lang/rust/blob/master/src/librustc_errors/json.rs returns page not found.
This PR fixes the incorrect URL.
  • Loading branch information
koic committed May 7, 2022
1 parent d8478d8 commit 677c075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rls-span/src/compiler.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///! These are the structures emitted by the compiler as part of JSON errors.
///! The original source can be found at
///! https://github.com/rust-lang/rust/blob/master/src/librustc_errors/json.rs
///! https://github.com/rust-lang/rust/blob/master/compiler/rustc_errors/src/json.rs
use std::path::PathBuf;

#[cfg(feature = "derive")]
Expand Down

0 comments on commit 677c075

Please sign in to comment.