Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/metrics.rs')
-rw-r--r--xtask/src/metrics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/metrics.rs b/xtask/src/metrics.rs
index 3da7419582..ebeb873463 100644
--- a/xtask/src/metrics.rs
+++ b/xtask/src/metrics.rs
@@ -33,7 +33,7 @@ impl flags::Metrics {
let _env = sh.push_env("RA_METRICS", "1");
{
- // https://github.com/rust-analyzer/rust-analyzer/issues/9997
+ // https://github.com/rust-lang/rust-analyzer/issues/9997
let _d = sh.push_dir("target/rustc-perf/collector/benchmarks/webrender");
cmd!(sh, "cargo update -p url --precise 1.6.1").run()?;
}