Skip to content

Commit 1635341

Browse files
committed
Add repository URL for published crates' missing [package.repository] fields
1 parent 88ea306 commit 1635341

File tree

31 files changed

+31
-0
lines changed

31 files changed

+31
-0
lines changed

src/tools/rust-analyzer/crates/base-db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "base-db"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Basic database traits. The concrete DB is defined by `ra_ap_ide`."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/cfg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cfg"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Conditional compiling options, `cfg` attribute parser and evaluator."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/flycheck/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "flycheck"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Functionality needed to run `cargo` commands in a background thread."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/hir-def/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir-def"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Everything between macro expansion and type inference for rust-analyzer."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/hir-expand/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir-expand"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Macro expansion for rust-analyzer."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir-ty"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "The type system for rust-analyzer."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/hir/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A high-level object oriented access to Rust code."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/ide-assists/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-assists"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Code assists for rust-analyzer."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-completion"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Utilities for generating completions of user input."
56

67
authors.workspace = true

src/tools/rust-analyzer/crates/ide-db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-db"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Core data-structure representing IDE state."
56

67
authors.workspace = true

0 commit comments

Comments
 (0)