Skip to content

Commit d42aacc

Browse files
author
James Brundage
committed
docs: Adding Rust Website and ProjectURI
1 parent 53f57dd commit d42aacc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Languages/Rust/Rust-Language.ps.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ Language function Rust {
7373
$EndPattern = "(?<PSEnd>$Whitespace\}${endComment})"
7474

7575
$compiler = 'rustc'
76+
77+
$Website = 'https://www.rust-lang.org/'
78+
$ProjectUri = 'https://github.com/rust-lang/rust'
7679
}

0 commit comments

Comments
 (0)