Skip to content

Commit 3f66a58

Browse files
authored
Merge pull request #14 from protomors/upstream-builtins
Build compiler-builtins from rust source instead of github repository.
2 parents 4b1a2f3 + ba1263e commit 3f66a58

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Xargo.toml

-1
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

-1
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

-1
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)