Skip to content

Commit 3173418

Browse files
committed
reference compiler-builtins by git source
1 parent 17a6d41 commit 3173418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysroot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ impl Blueprint {
547547
Value::Array(vec![Value::String("mem".to_owned())]),
548548
);
549549
cb.insert("git".to_owned(),
550-
Value::String("https://github.com/rust-lang/compiler-builtins".to_owned()));
550+
Value::String("https://github.com/rust-lang/compiler-builtins".to_owned()));
551551
cb.insert("stage".to_owned(), Value::Integer(1));
552552
t.insert(
553553
"compiler_builtins".to_owned(),

0 commit comments

Comments
 (0)