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/
Cargo.lock
# Build directory
/build/
bootimage.bin

View File

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

View File

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