Skip to content

std: Rewrite crate docs #13772

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
Apr 29, 2014
Merged

std: Rewrite crate docs #13772

merged 1 commit into from
Apr 29, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Apr 25, 2014

Also move prelude explanation to the prelude module.

This tries to provide a guide to what's in the standard library, organized bottom up from primitives to I/O.

//! The Rust Standard Library provides the essential runtime
//! functionality for building portable Rust software.
//! It is linked to all Rust crates by default.
//! `std` maintains a minimal feature set while providing
Copy link
Member

Choose a reason for hiding this comment

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

The first and third sentences here seem like they're saying the same thing.

@alexcrichton
Copy link
Member

r=me with a slight rewording of the first paragraph (due to @sfackler's concerns)

This looks great otherwise, I do love me some dox.

Also move prelude explanation to the prelude module.
bors added a commit that referenced this pull request Apr 29, 2014
Also move prelude explanation to the prelude module.

This tries to provide a guide to what's in the standard library, organized bottom up from primitives to I/O.
@bors bors closed this Apr 29, 2014
@bors bors merged commit 3525bd8 into rust-lang:master Apr 29, 2014
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Dec 17, 2022
…to-changelog-draft, r=lnicola

minor: Set the `experimental` AsciiDoc document attribute to generated draft changelog

This PR sets the `experimental` AsciiDoc document attribute to generated draft changelog.

That attribute is required by the keyboard macro (`kbd:[...]`).
This change of the draft will prevent issues like rust-analyzer/rust-analyzer.github.io#191 .
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.

4 participants