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 4fbb75f commit fa3fce7Copy full SHA for fa3fce7
CHANGELOG.md
@@ -45,6 +45,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
45
### Changed
46
47
- Changed `stable_deref_trait` to a platform-dependent dependency.
48
+- Changed `String::push_str` return type to `Option<()>`.
49
+- Changed `String::push` return type to `Option<()>`.
50
+- Changed `Vec::from_slice` return type to `Option<Self>`.
51
+- Changed `Vec::extend_from_slice` return type to `Option<()>`.
52
+- Changed `Vec::resize` return type to `Option<()>`.
53
+- Changed `Vec::resize_defualt` return type to `Option<()>`.
54
+- Changed `SortedLinkedList::rpop` return type to `Option<T>`.
55
56
### Fixed
57
0 commit comments