Skip to content

Commit 03f935d

Browse files
committed
Auto merge of rust-lang#17188 - szabgab:patch-1, r=Veykril
use the repository field to link to the repository
2 parents 9e20f4b + 26456e6 commit 03f935d

File tree

1 file changed

+2
-1
lines changed
  • src/tools/rust-analyzer/crates/rust-analyzer

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "rust-analyzer"
33
version = "0.0.0"
4-
homepage = "https://github.com/rust-analyzer/rust-analyzer"
4+
homepage = "https://rust-analyzer.github.io/"
5+
repository = "https://github.com/rust-analyzer/rust-analyzer"
56
description = "A language server for the Rust programming language"
67
documentation = "https://rust-analyzer.github.io/manual.html"
78
autobins = false

0 commit comments

Comments
 (0)