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/).
66
66
- ` Vec::extend_from_slice `
67
67
- ` Vec::from_slice `
68
68
- ` Vec::resize_default `
69
- > * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
70
69
- ` Vec::resize `
71
70
- Renamed ` FromUtf16Error::DecodeUtf16Error ` to ` FromUtf16Error::DecodeUtf16 ` .
72
71
- Changed ` stable_deref_trait ` to a platform-dependent dependency.
@@ -96,6 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
96
95
- The ` MpMcQueue ` type has been renamed to ` Queue ` .
97
96
- The ` MpMcQueueView ` type has been renamed to ` QueueView ` .
98
97
- The ` MpMcQueueInner ` type has been renamed to ` QueueInner ` .
98
+ - Remove ` Q* ` type aliases for ` MpMcQueue ` , and rename it to just ` Queue `
99
99
- Changed ` Queue::split ` to be ` const ` .
100
100
101
101
### Fixed
You can’t perform that action at this time.
0 commit comments