Skip to content
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

Set up docs for missing core types #22128

Merged
merged 1 commit into from
Feb 10, 2015
Merged

Conversation

steveklabnik
Copy link
Member

@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ a8ffc96 rollup

@alexcrichton alexcrichton assigned alexcrichton and unassigned brson Feb 10, 2015
@@ -141,6 +141,10 @@ pub mod hash;
pub mod fmt;
pub mod error;

#![doc(primitive = "bool")]
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be #[doc] because it applies to the following mod

@steveklabnik
Copy link
Member Author

@bors: r=alexcrichton 17abb43 rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 10, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Feb 10, 2015
@bors bors merged commit 17abb43 into rust-lang:master Feb 10, 2015
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.

core documentation is missing some primitive types found in std
6 participants