Skip to content

rustdoc: Document what's going on throughout #9704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2013

Conversation

alexcrichton
Copy link
Member

This addresses some of @huonw's in #9691 about the startling lack of
documentation guiding one throughout the innards of rustdoc::html

r? @huonw

This addresses some of @huonw's in rust-lang#9691 about the startling lack of
documentation guiding one throughout the innards of rustdoc::html
//!
//! ```rust
//! let s = "My *markdown* _text_";
//! let html = format!("{}", Markdown(s));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ trait-based formatting.

bors added a commit that referenced this pull request Oct 4, 2013
This addresses some of @huonw's in #9691 about the startling lack of
documentation guiding one throughout the innards of rustdoc::html

r? @huonw
@bors bors closed this Oct 4, 2013
@bors bors merged commit cdb7701 into rust-lang:master Oct 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
[`use_self`] fix FP when trait impl defined in macro

changelog: [`use_self`] fix FP when trait impl defined in macro
Sign up for free to 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