Skip to content

Rustdoc: Properly strip private modules - #10233

Merged
bors merged 1 commit into
rust-lang:masterfrom
sfackler:private-module
Nov 2, 2013
Merged

Rustdoc: Properly strip private modules#10233
bors merged 1 commit into
rust-lang:masterfrom
sfackler:private-module

Conversation

@sfackler

Copy link
Copy Markdown
Member

A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.

A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.
bors added a commit that referenced this pull request Nov 2, 2013
A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.
@borsbors closed this Nov 2, 2013
@bors
bors merged commit ea9432e into rust-lang:masterNov 2, 2013
@sfackler
sfackler deleted the private-module branch November 2, 2013 17:49
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 10, 2023
Migrate `write.rs` to `rustc_ast::FormatArgs`
changelog: none
Part 1 of rust-lang#10233
The additions to `clippy_utils` are the main novelty of this PR, there's no removals yet since other parts still rely on `FormatArgsExpn`
The changes to `write.rs` itself are relatively straightforward this time around, as there's no lints in it that rely on type checking format params
r? `@flip1995`
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 6, 2023
…earth
Replace remaining usage of `FormatArgsExpn`
Closesrust-lang#10233
Removes `FormatArgsExpn` & friends now that they're unused
changelog: none
r? `@Manishearth`
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
10233: fix: add multi-token mapping support to hovers r=Veykril a=spookyvision
implement rust-lang#10070 in [`hover`](https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/hover.rs)
Co-authored-by: Anatol Ulrich <anatol.ulrich@ferrous-systems.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.

3 participants

@sfackler@alexcrichton@bors