Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
Cosmetic improvements to doc comments This has been factored out from https://github.com/rust-lang/rust/pull/58036 to only include changes to documentation comments (throughout the rustc codebase). r? @steveklabnik Once you're happy with this, maybe we could get it through with r=1, so it doesn't constantly get invalidated? (I'm not sure this will be an issue, but just in case...) Anyway, thanks for your advice so far!
This commit is contained in:
commit
b244f61b77
486 changed files with 2850 additions and 2822 deletions
|
@ -390,7 +390,7 @@ impl Handler {
|
|||
|
||||
/// Resets the diagnostic error count as well as the cached emitted diagnostics.
|
||||
///
|
||||
/// NOTE: DO NOT call this function from rustc. It is only meant to be called from external
|
||||
/// NOTE: *do not* call this function from rustc. It is only meant to be called from external
|
||||
/// tools that want to reuse a `Parser` cleaning the previously emitted diagnostics as well as
|
||||
/// the overall count of emitted error diagnostics.
|
||||
pub fn reset_err_count(&self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue