We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a072685 commit 6e47051Copy full SHA for 6e47051
CHANGELOG.md
@@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
40
- Added implementation of `Borrow` and `BorrowMut` for `String` and `Vec`.
41
- Added `Deque::{swap, swap_unchecked, swap_remove_front, swap_remove_back}`.
42
- Make `String::from_utf8_unchecked` const.
43
+- Implemented `PartialEq` and `Eq` for `Deque`.
44
45
### Changed
46
0 commit comments