Minor follow-up after renaming librustc(_middle)#70731
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 3, 2020
Merged
Conversation
JohnTitor
commented
Apr 3, 2020
| } | ||
|
|
||
| /// Lints that are buffered up early on in the `Session` before the | ||
| /// `LintLevels` is calculated. These are later passed to `librustc_middle`. |
Member
Author
There was a problem hiding this comment.
The struct was moved from libsyntax to librustc_session and lint mechanism has been changed so I think we can remove the sentence.
eddyb
approved these changes
Apr 3, 2020
Member
|
@bors r+ Thanks! |
Collaborator
|
📌 Commit 99e0d8e has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 3, 2020
Rollup of 6 pull requests Successful merges: - rust-lang#70696 (Extend rust-lang#69020 test to include reversed operand order.) - rust-lang#70706 (Minor cleanup in rustdoc --check-theme) - rust-lang#70725 (Avoid `.unwrap()`s on `.span_to_snippet(...)`s) - rust-lang#70728 (Minor doc improvements on `AllocRef`) - rust-lang#70730 (Fix link in task::Wake docs) - rust-lang#70731 (Minor follow-up after renaming librustc(_middle)) Failed merges: r? @ghost
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 free
to 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.
Fixes #70537
r? @Centril @eddyb