Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/arena/Cargo.toml')
| -rw-r--r-- | lib/arena/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index 39b005d094..2d3243a29b 100644 --- a/lib/arena/Cargo.toml +++ b/lib/arena/Cargo.toml @@ -3,7 +3,7 @@ name = "la-arena" version = "0.3.0" description = "Simple index-based arena without deletion." license = "MIT OR Apache-2.0" -repository = "https://github.com/rust-analyzer/rust-analyzer" +repository = "https://github.com/rust-lang/rust-analyzer" documentation = "https://docs.rs/la-arena" categories = ["data-structures", "memory-management", "rust-patterns"] edition = "2021" |