Skip to content

Commit

Permalink
Fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Nov 9, 2023
1 parent 1bf6401 commit da7e9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Allows serializing and deserializing the following types from [`http`](https://g
Allows serializing and deserializing the above types wrapped in the following `std` container types:

- [`Option`](https://doc.rust-lang.org/std/option/enum.Option.html)
- [`Result`] in the `Ok` position
- [`Result`](https://doc.rust-lang.org/std/result/enum.Result.html) in the `Ok` position
- [`Vec`](https://doc.rust-lang.org/std/vec/struct.Vec.html)
- [`VecDeque`](https://doc.rust-lang.org/std/collections/struct.VecDeque.html)
- [`LinkedList`](https://doc.rust-lang.org/std/collections/struct.LinkedList.html)
Expand Down

0 comments on commit da7e9a4

Please sign in to comment.