diff options
| author | bors <bors@rust-lang.org> | 2024-05-13 10:16:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-13 10:16:45 +0000 |
| commit | 03f935d4c18fae106e4a220feea2c4e8b6f444bf (patch) | |
| tree | ec89408bd2d021b147b2417eecd981776e04acad | |
| parent | 9e20f4bf0e5b272a805ef5f5df8bc69f93407a70 (diff) | |
| parent | 26456e62384bc00e1a514d23c4804ec88a92c6d2 (diff) | |
| download | rust-03f935d4c18fae106e4a220feea2c4e8b6f444bf.tar.gz rust-03f935d4c18fae106e4a220feea2c4e8b6f444bf.zip | |
Auto merge of #17188 - szabgab:patch-1, r=Veykril
use the repository field to link to the repository
| -rw-r--r-- | src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml index 3d8e7637213..34b3e493140 100644 --- a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml +++ b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "rust-analyzer" version = "0.0.0" -homepage = "https://github.com/rust-analyzer/rust-analyzer" +homepage = "https://rust-analyzer.github.io/" +repository = "https://github.com/rust-analyzer/rust-analyzer" description = "A language server for the Rust programming language" documentation = "https://rust-analyzer.github.io/manual.html" autobins = false |
