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