Skip to content

Commit 991ab68

Browse files
authored
Newtype: Convert to list (#148)
1 parent 450bf21 commit 991ab68

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

patterns/newtype.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ Here, `Bar` might be some public, generic type and `T1` and `T2` are some intern
9797

9898
## See also
9999

100-
[Newtypes in the style guide](https://doc.rust-lang.org/1.0.0/style/features/types/newtype.html).
101-
102-
[Newtypes in Haskell](https://wiki.haskell.org/Newtype)
103-
104-
[Type aliases](https://doc.rust-lang.org/stable/book/ch19-04-advanced-types.html#creating-type-synonyms-with-type-aliases)
105-
106-
[derive_more](https://crates.io/crates/derive_more), a crate for deriving many builtin traits on newtypes.
100+
- [Newtypes in the style guide](https://doc.rust-lang.org/1.0.0/style/features/types/newtype.html)
101+
- [Newtypes in Haskell](https://wiki.haskell.org/Newtype)
102+
- [Type aliases](https://doc.rust-lang.org/stable/book/ch19-04-advanced-types.html#creating-type-synonyms-with-type-aliases)
103+
- [derive_more](https://crates.io/crates/derive_more), a crate for deriving many builtin traits on newtypes.

0 commit comments

Comments
 (0)