Skip to content

Commit 2f445e4

Browse files
committed
---
yaml --- r: 15171 b: refs/heads/try c: b37d7e2 h: refs/heads/master i: 15169: 0325bd0 15167: d234810 v: v3
1 parent 4af8585 commit 2f445e4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: bd112a585354ddac065113ef402c7e3cfc1ebe3e
5+
refs/heads/try: b37d7e26fe5bd5913ffa5f909207e47c6b2af964
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/cargo/cargo.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#[link(name = "cargo",
1414
vers = "0.2",
1515
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b",
16-
url = "http://rust-lang.org/doc/cargo")];
16+
url = "https://github.com/mozilla/rust/tree/master/src/cargo")];
1717

1818
#[crate_type = "bin"];
1919

branches/try/src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[link(name = "core",
22
vers = "0.2",
33
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
4-
url = "http://rust-lang.org/src/core")];
4+
url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
55

66
#[comment = "The Rust core library"];
77
#[license = "MIT"];

branches/try/src/libstd/std.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[link(name = "std",
22
vers = "0.2",
33
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4-
url = "http://rust-lang.org/src/std")];
4+
url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
55

66
#[comment = "The Rust standard library"];
77
#[license = "MIT"];

branches/try/src/rustc/rustc.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#[link(name = "rustc",
44
vers = "0.2",
55
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
6-
url = "http://rust-lang.org/src/rustc")];
6+
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
77

88
#[comment = "The Rust compiler"];
99
#[license = "MIT"];
1010
#[crate_type = "lib"];
1111

1212
use std (name = "std",
1313
vers = "0.2",
14-
url = "http://rust-lang.org/src/std");
14+
url = "https://github.com/mozilla/rust/tree/master/src/libstd");
1515

1616
mod middle {
1717
mod trans {

branches/try/src/rustdoc/rustdoc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#[link(name = "rustdoc",
44
vers = "0.2",
55
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
6-
url = "http://rust-lang.org/doc/rustdoc")];
6+
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
77

88
#[comment = "The Rust documentation generator"];
99
#[license = "MIT"];

0 commit comments

Comments
 (0)