Skip to content

Move flate from core to std - #6205

Closed
brson wants to merge 1 commit into
rust-lang:incomingfrom
brson:flate
Closed

Move flate from core to std#6205
brson wants to merge 1 commit into
rust-lang:incomingfrom
brson:flate

Conversation

@brson

@brsonbrson commented May 3, 2013

Copy link
Copy Markdown
Contributor

r? @graydon

I don't think this is necessary in core.

bors added a commit that referenced this pull request May 11, 2013
r? @graydon
I don't think this is necessary in core.
@borsbors closed this May 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 20, 2020
Enable empty_loop lint for no_std crates
Depends on rust-lang#6162. Fixesrust-lang#6161
We skip the lint if the `loop {}` is in the `#[panic_handler]` as the
main recommendation we give is to panic, which obviously isn't
possible in a panic handler.
changelog: Enable empty_loop lint for no_std crates
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6205: Fix iterator hint shortening heuristic r=SomeoneToIgnore a=Veykril
Turns out I made a mistake with the heuristic check which is always true, so all iterators exposed from `core` were shortened, including things like ranges. 😅 Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Sign up for freeto 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.

2 participants

@brson@bors