Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/src/lib.rs')
| -rw-r--r-- | crates/profile/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/src/lib.rs b/crates/profile/src/lib.rs index c5f6bccca1..bf9048e935 100644 --- a/crates/profile/src/lib.rs +++ b/crates/profile/src/lib.rs @@ -75,7 +75,7 @@ impl Drop for Scope { /// /// See this diff for how to profile completions: /// -/// <https://github.com/rust-analyzer/rust-analyzer/pull/5306> +/// <https://github.com/rust-lang/rust-analyzer/pull/5306> #[derive(Debug)] pub struct CpuSpan { _private: (), |