Skip to content

Conversation

@devnexen
Copy link
Contributor

No description provided.

/// let mut chunks = BytesChunkBuffer::new(num_print);
/// chunks.fill(&mut reader).unwrap();
/// ```
#[allow(clippy::replace_box)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not fixing it ?

@cakebaker
Copy link
Contributor

@devnexen we use a MSRV of 1.85.0 and so the replace_box lint is not available.

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit 01c0a61 into uutils:main Oct 24, 2025
121 checks passed
@cakebaker
Copy link
Contributor

Thanks!

asder8215 pushed a commit to asder8215/coreutils that referenced this pull request Oct 24, 2025
* uu: addressing clippy warning, find_kp_breakpoints modernize while loop.

* however here clippy advice do not seem a gain.

yes we can vave Box::new but then we have to clone the chunk..

* feedback, remove also too recent clippy annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants