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 //! ``` //!