From 6248d8fca168f4e3be3f91f2268d8e9f0cc4cf57 Mon Sep 17 00:00:00 2001 From: James Munns Date: Tue, 13 Nov 2018 19:31:23 +0100 Subject: [PATCH] Remove Rusty chapter, is now covered by `src/start/registers.md` --- src/SUMMARY.md | 1 - src/peripherals/rusty.md | 1 - 2 files changed, 2 deletions(-) delete mode 100644 src/peripherals/rusty.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index db6fce2..f503001 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -29,7 +29,6 @@ more information and coordination - [A first attempt in Rust](./peripherals/a-first-attempt.md) - [The Borrow Checker](./peripherals/borrowck.md) - [Singletons](./peripherals/singletons.md) - - [Peripherals in Rust](./peripherals/rusty.md) - [Static Guarantees](./static-guarantees/static-guarantees.md) - [Typestate Programming](./typestate-programming/typestate-programming.md) diff --git a/src/peripherals/rusty.md b/src/peripherals/rusty.md deleted file mode 100644 index ffbac8e..0000000 --- a/src/peripherals/rusty.md +++ /dev/null @@ -1 +0,0 @@ -# Peripherals in Rust