Skip to content

Commit f7b6860

Browse files
authored
Merge pull request #1735 from kberov/redundant_comma
Removed redundant comma
2 parents ef1445e + 802e647 commit f7b6860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/option_unwrap/defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn main() {
113113

114114
### See also:
115115

116-
[`closures`][closures], [`get_or_insert`][get_or_insert], [`get_or_insert_with`][get_or_insert_with], ,[`moved variables`][moved], [`or`][or], [`or_else`][or_else]
116+
[`closures`][closures], [`get_or_insert`][get_or_insert], [`get_or_insert_with`][get_or_insert_with], [`moved variables`][moved], [`or`][or], [`or_else`][or_else]
117117

118118
[closures]: https://doc.rust-lang.org/book/ch13-01-closures.html
119119
[get_or_insert]: https://doc.rust-lang.org/core/option/enum.Option.html#method.get_or_insert

0 commit comments

Comments
 (0)