Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af862cc

Browse files
authored
Fix the URL to the repo for the cli (#384)
1 parent f1e4c3d commit af862cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-code-analysis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rust-code-analysis-cli"
33
version = "0.0.18"
44
authors = ["Calixte Denizet <[email protected]>"]
5-
repository = "https://github.com/mozilla/rust-code-analysis"
5+
repository = "https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/"
66
edition = "2018"
77
keywords = ["metrics"]
88
description = "Tool to compute and export code metrics"

0 commit comments

Comments
 (0)