Skip to content

Commit

Permalink
fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Jan 11, 2022
1 parent c678a3e commit b46c2fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion idioms/ctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 0 additions & 1 deletion idioms/priv-extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b46c2fa

Please sign in to comment.