Generalize branch references to HEAD

This commit is contained in:
Jakub Beránek
2025-11-02 11:03:31 +01:00
parent 9a0fa0995f
commit f0ff861dca
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ interface ProjectJson {
/// It should point to the directory where std,
/// core, and friends can be found:
///
/// https://github.com/rust-lang/rust/tree/master/library.
/// https://github.com/rust-lang/rust/tree/HEAD/library.
///
/// If provided, rust-analyzer automatically adds
/// dependencies on sysroot crates. Conversely,