We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1a2f3 + ba1263e commit 3f66a58Copy full SHA for 3f66a58
Xargo.toml
@@ -2,5 +2,4 @@
2
stage = 0
3
4
[dependencies.compiler_builtins]
5
-git = "https://github.com/rust-lang-nursery/compiler-builtins"
6
stage = 1
examples/allocator.rs
@@ -12,7 +12,6 @@
12
//! stage = 0
13
//!
14
//! [dependencies.compiler_builtins]
15
-//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
16
//! stage = 1
17
//! ```
18
src/examples/_6_allocator.rs
0 commit comments