File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6666 - ` Vec::extend_from_slice `
6767 - ` Vec::from_slice `
6868 - ` Vec::resize_default `
69- > * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
7069 - ` Vec::resize `
7170- Renamed ` FromUtf16Error::DecodeUtf16Error ` to ` FromUtf16Error::DecodeUtf16 ` .
7271- Changed ` stable_deref_trait ` to a platform-dependent dependency.
@@ -96,6 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9695- The ` MpMcQueue ` type has been renamed to ` Queue ` .
9796- The ` MpMcQueueView ` type has been renamed to ` QueueView ` .
9897- The ` MpMcQueueInner ` type has been renamed to ` QueueInner ` .
98+ - Remove ` Q* ` type aliases for ` MpMcQueue ` , and rename it to just ` Queue `
9999- Changed ` Queue::split ` to be ` const ` .
100100
101101### Fixed
You can’t perform that action at this time.
0 commit comments