From 5693d76600fe024493090c9a494b10ff1b44f7ca Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 27 Feb 2019 15:48:06 -0800 Subject: [PATCH] Fix issue with rust's linkchecker and mdbook. --- src/rust-2018/edition-changes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rust-2018/edition-changes.md b/src/rust-2018/edition-changes.md index 23df74cc..6ff53f16 100644 --- a/src/rust-2018/edition-changes.md +++ b/src/rust-2018/edition-changes.md @@ -3,7 +3,6 @@ The following is a summary of changes that only apply to code compiled with the 2018 edition compared to the 2015 edition. -## Rust - [Non-lexical lifetimes] (future inclusion planned for 2015 edition) - [At most once] `?` macro repetition operator. - [Path changes]: