From f5892150a740b49eb969fd3a0770db6214b63b5d Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Fri, 14 Jun 2019 00:08:53 +0200 Subject: [PATCH] Cleanup unused NLL link --- 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 df1f7bf4..4e3288e2 100644 --- a/src/rust-2018/edition-changes.md +++ b/src/rust-2018/edition-changes.md @@ -25,7 +25,6 @@ the 2018 edition compared to the 2015 edition. specify `cargo install --path .` to install the current package. [Anonymous trait function parameters]: trait-system/no-anon-params.md -[Non-lexical lifetimes]: ownership-and-lifetimes/non-lexical-lifetimes.md [Path changes]: module-system/path-clarity.md [Trait function parameters]: https://doc.rust-lang.org/stable/reference/items/traits.html#parameter-patterns [`dyn`]: trait-system/dyn-trait-for-trait-objects.md