From ba1263e7a1341dc424777e4564b03f491eb3e4a5 Mon Sep 17 00:00:00 2001 From: protomors Date: Sun, 9 Jul 2017 12:05:26 +0300 Subject: [PATCH] Build compiler-builtins from rust source instead of github repository. --- Xargo.toml | 1 - examples/allocator.rs | 1 - src/examples/_6_allocator.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Xargo.toml b/Xargo.toml index 3c99a53..bd7ffe0 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -2,5 +2,4 @@ stage = 0 [dependencies.compiler_builtins] -git = "https://github.com/rust-lang-nursery/compiler-builtins" stage = 1 \ No newline at end of file diff --git a/examples/allocator.rs b/examples/allocator.rs index c788d0f..7f61af1 100644 --- a/examples/allocator.rs +++ b/examples/allocator.rs @@ -12,7 +12,6 @@ //! stage = 0 //! //! [dependencies.compiler_builtins] -//! git = "https://github.com/rust-lang-nursery/compiler-builtins" //! stage = 1 //! ``` //! diff --git a/src/examples/_6_allocator.rs b/src/examples/_6_allocator.rs index 71cc549..6adfbe8 100644 --- a/src/examples/_6_allocator.rs +++ b/src/examples/_6_allocator.rs @@ -12,7 +12,6 @@ //! stage = 0 //! //! [dependencies.compiler_builtins] -//! git = "https://github.com/rust-lang-nursery/compiler-builtins" //! stage = 1 //! ``` //!