Merge pull request #1774 from koic/fix_an_incorrect_url

Fix an incorrect URL
This commit is contained in:
Igor Matuszewski 2022-06-20 12:06:51 +02:00 committed by GitHub
commit 894f2e8ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")]