File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org ) .
66
7+ ## [ 0.1.2] - 2022-12-10
8+
9+ - Fix intradoc links.
10+
711## [ 0.1.1] - 2022-12-10
812
913- Fixes to README.
@@ -13,5 +17,6 @@ This project adheres to [Semantic Versioning](https://semver.org).
1317
1418- Initial release.
1519
20+ [ 0.1.2 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.2
1621[ 0.1.1 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.1
1722[ 0.1.0 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.0
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ impl FusedIterator for IntoIter {}
300300
301301/// A borrowed iterator over chunks in a [`BufList`].
302302///
303- /// Returned by [`BufList::chunks `], and by the [`IntoIterator`] implementation for [ `&'a BufList`] .
303+ /// Returned by [`BufList::iter `], and by the [`IntoIterator`] implementation for `&'a BufList`.
304304#[ derive( Clone , Debug ) ]
305305pub struct Iter < ' a > {
306306 iter : std:: collections:: vec_deque:: Iter < ' a , Bytes > ,
You can’t perform that action at this time.
0 commit comments