Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8: Prepare for the next release #1086

Merged
merged 5 commits into from
Feb 28, 2024
Merged

v0.8: Prepare for the next release #1086

merged 5 commits into from
Feb 28, 2024

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Feb 28, 2024

taiki-e and others added 5 commits February 28, 2024 23:46
```
error: the item `Box` is imported redundantly
 --> crossbeam-epoch/src/atomic.rs:1:5
  |
1 | use alloc::boxed::Box;
  |     ^^^^^^^^^^^^^^^^^
 --> /rustc/381d69953bb7c3390cec0fee200f24529cb6320f/library/std/src/prelude/mod.rs:125:13
  |
  = note: the item `Box` is already defined here
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`

error: the item `Box` is imported redundantly
 --> crossbeam-epoch/src/deferred.rs:1:5
  |
1 | use alloc::boxed::Box;
  |     ^^^^^^^^^^^^^^^^^
 --> /rustc/381d69953bb7c3390cec0fee200f24529cb6320f/library/std/src/prelude/mod.rs:125:13
  |
  = note: the item `Box` is already defined here
```
- crossbeam-channel 0.5.11 -> 0.5.12
@taiki-e taiki-e merged commit 53536a9 into v0.8 Feb 28, 2024
20 checks passed
@taiki-e taiki-e deleted the v0.8-next branch February 28, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants