Skip to content

Commit ba1263e

Browse files
committed
Build compiler-builtins from rust source instead of github repository.
1 parent 4b1a2f3 commit ba1263e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Xargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
stage = 0
33

44
[dependencies.compiler_builtins]
5-
git = "https://github.com/rust-lang-nursery/compiler-builtins"
65
stage = 1

examples/allocator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
//! stage = 0
1313
//!
1414
//! [dependencies.compiler_builtins]
15-
//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
1615
//! stage = 1
1716
//! ```
1817
//!

src/examples/_6_allocator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
//! stage = 0
1313
//!
1414
//! [dependencies.compiler_builtins]
15-
//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
1615
//! stage = 1
1716
//! ```
1817
//!

0 commit comments

Comments
 (0)