mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Update repo URL
This commit is contained in:
parent
15844bf48c
commit
940ec0967a
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name = "ide_ssr"
|
|||
version = "0.0.0"
|
||||
description = "Structural search and replace of Rust code"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
||||
repository = "https://github.com/rust-lang/rust-analyzer"
|
||||
edition = "2021"
|
||||
rust-version = "1.57"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "syntax"
|
|||
version = "0.0.0"
|
||||
description = "Comment and whitespace preserving parser for the Rust language"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
||||
repository = "https://github.com/rust-lang/rust-analyzer"
|
||||
edition = "2021"
|
||||
rust-version = "1.57"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue