Add comments to Cargo.toml/Xargo.toml.
This should make it easier to comment/uncomment stuff for the various examples.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[dependencies.core]
|
||||
stage = 0
|
||||
|
||||
# [dependencies.alloc] # Uncomment for the alloc example.
|
||||
# stage = 0
|
||||
|
||||
[dependencies.compiler_builtins]
|
||||
features = ["mem"]
|
||||
stage = 1
|
||||
stage = 1
|
||||
|
||||
Reference in New Issue
Block a user