Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Fix an incorrect URL #1774

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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