rustdoc: remove FIXME about macro redirects#52510
Merged
bors merged 1 commit intorust-lang:masterfrom Jul 19, 2018
Merged
Conversation
Based on the discussion in rust-lang#35705, the rustdoc team has determined that macro redirects are here to stay. Closes rust-lang#35705
Member
|
@bors: r+ rollup |
Collaborator
|
📌 Commit 5d54144 has been approved by |
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Jul 18, 2018
… r=nrc rustdoc: remove FIXME about macro redirects Based on the discussion in rust-lang#35705, the rustdoc team has determined that macro redirects are here to stay. Closes rust-lang#35705
bors
added a commit
that referenced
this pull request
Jul 19, 2018
Rollup of 13 pull requests Successful merges: - #51628 (use checked write in `LineWriter` example) - #52116 (Handle array manually in str case conversion methods) - #52218 (Amend option.take examples) - #52418 (Do not use desugared ident when suggesting adding a type) - #52439 (Revert some changes from #51917 to fix custom libdir) - #52455 (Fix doc comment: use `?` instead of `.unwrap()`) - #52458 (rustc: Fix a suggestion for the `proc_macro` feature) - #52464 (Allow clippy to be installed with make install) - #52472 (rustc: Enable `use_extern_macros` in 2018 edition) - #52477 (Clarify short-circuiting behvaior of Iterator::zip.) - #52480 (Cleanup #24958) - #52487 (Don't build twice the sanitizers on Linux) - #52510 (rustdoc: remove FIXME about macro redirects) 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.
Based on the discussion in #35705, the rustdoc team has determined that macro redirects are here to stay.
Closes #35705