Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/Cargo.toml')
| -rw-r--r-- | crates/intern/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/intern/Cargo.toml b/crates/intern/Cargo.toml index bd9032e051..5e7ee54c6a 100644 --- a/crates/intern/Cargo.toml +++ b/crates/intern/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "intern" version = "0.0.0" -repository = "https://github.com/rust-lang/rust-analyzer" +repository.workspace = true description = "Global `Arc`-based object interning infrastructure for rust-analyzer." authors.workspace = true |