File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: bd112a585354ddac065113ef402c7e3cfc1ebe3e
5
+ refs/heads/try: b37d7e26fe5bd5913ffa5f909207e47c6b2af964
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 13
13
#[ link( name = "cargo" ,
14
14
vers = "0.2" ,
15
15
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" ) ] ;
17
17
18
18
#[ crate_type = "bin" ] ;
19
19
Original file line number Diff line number Diff line change 1
1
#[link(name = "core",
2
2
vers = "0.2",
3
3
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 ")];
5
5
6
6
#[comment = "The Rust core library"];
7
7
#[license = "MIT"];
Original file line number Diff line number Diff line change 1
1
#[link(name = "std",
2
2
vers = "0.2",
3
3
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 ")];
5
5
6
6
#[comment = "The Rust standard library"];
7
7
#[license = "MIT"];
Original file line number Diff line number Diff line change 3
3
#[ link( name = "rustc" ,
4
4
vers = "0.2" ,
5
5
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" ) ] ;
7
7
8
8
#[ comment = "The Rust compiler" ] ;
9
9
#[ license = "MIT" ] ;
10
10
#[ crate_type = "lib" ] ;
11
11
12
12
use std ( name = "std" ,
13
13
vers = "0.2" ,
14
- url = "http ://rust-lang.org/ src/std " ) ;
14
+ url = "https ://github.com/mozilla/rust/tree/master/ src/libstd " ) ;
15
15
16
16
mod middle {
17
17
mod trans {
Original file line number Diff line number Diff line change 3
3
#[link(name = "rustdoc",
4
4
vers = "0.2",
5
5
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")];
7
7
8
8
#[comment = "The Rust documentation generator"];
9
9
#[license = "MIT"];
You can’t perform that action at this time.
0 commit comments