diff --git a/idioms/ctor.md b/idioms/ctor.md index 8d6b2da..0850e62 100644 --- a/idioms/ctor.md +++ b/idioms/ctor.md @@ -117,4 +117,3 @@ any of the [`*or_default` functions in the standard library][std-or-default]. [associated function]: https://doc.rust-lang.org/stable/book/ch05-03-method-syntax.html#associated-functions [std-default]: https://doc.rust-lang.org/stable/std/default/trait.Default.html [std-or-default]: https://doc.rust-lang.org/stable/std/?search=or_default - diff --git a/idioms/priv-extend.md b/idioms/priv-extend.md index 42a455e..85011f1 100644 --- a/idioms/priv-extend.md +++ b/idioms/priv-extend.md @@ -120,4 +120,3 @@ there is rarely a sensible action to take in this scenario. ## See also - [RFC introducing #[non_exhaustive] attribute for enums and structs](https://github.com/rust-lang/rfcs/blob/master/text/2008-non-exhaustive.md) -