Uh oh!
There was an error while loading. Please reload this page.
Fix two small warnings - #8716
Closed
andrew-d wants to merge 1 commit into
Closed
Conversation
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Apr 21, 2022
…iraffate Less authoritative stable_sort_primitive message fixesrust-lang#8241 Hey all - first contribution here so I'm deciding to start with something small. Updated the linked message to be less authoritative as well as moved the lint grouping from `perf` to `pedantic` as suggested by `@camsteffen` under the issue. changelog: [`stable_sort_primitive`]: emit less authoritative message and move to `pedantic`
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
8716: Replace `memmap` with `memmap2` in `proc_macro_api` r=edwin0cheng a=memoryruins rust-lang#7522 did the same for `proc_macro_srv` before this usage of `memmap` was introduced to `proc_macro_api` in rust-lang#6822 . Something like [`cargo-deny`](https://github.com/EmbarkStudios/cargo-deny-action) could help prevent specific crates (and versions, licenses, etc) from being introduced into the crate tree, but that's unrelated to this pull request. Co-authored-by: memoryruins <memoryruinsmusic@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small, but whatever 🎱