387: Minor fixes for second edition r=phil-opp a=phil-opp
This commit is contained in:
bors[bot]
2018-02-10 18:22:17 +00:00
3 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@@ -11,5 +11,4 @@
/target/ /target/
Cargo.lock Cargo.lock
# Build directory bootimage.bin
/build/

View File

@@ -2,7 +2,7 @@
title = "A Freestanding Rust Binary" title = "A Freestanding Rust Binary"
order = 3 order = 3
path = "freestanding-rust-binary" path = "freestanding-rust-binary"
date = 0000-01-01 date = 2018-02-10
template = "second-edition/page.html" template = "second-edition/page.html"
+++ +++

View File

@@ -2,7 +2,7 @@
title = "A Minimal Rust Kernel" title = "A Minimal Rust Kernel"
order = 4 order = 4
path = "minimal-rust-kernel" path = "minimal-rust-kernel"
date = 0000-01-01 date = 2018-02-10
template = "second-edition/page.html" template = "second-edition/page.html"
+++ +++