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

Remove incorrect documentation #31607

Merged
merged 1 commit into from
Feb 15, 2016
Merged

Remove incorrect documentation #31607

merged 1 commit into from
Feb 15, 2016

Conversation

steveklabnik
Copy link
Member

Fixes #31599

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@brson
Copy link
Contributor

brson commented Feb 12, 2016

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Feb 12, 2016

📌 Commit 4661dc8 has been approved by brson

@Manishearth
Copy link
Member

../src/libcore/ptr.rs:134:1: 142:2 error: missing documentation for a function
../src/libcore/ptr.rs:134 pub unsafe fn read_and_drop<T>(dest: *mut T) -> T {
../src/libcore/ptr.rs:135     // Copy the data out from `dest`:
../src/libcore/ptr.rs:136     let tmp = read(&*dest);
../src/libcore/ptr.rs:137 
../src/libcore/ptr.rs:138     // Now mark `dest` as dropped:
../src/libcore/ptr.rs:139     write_bytes(dest, mem::POST_DROP_U8, 1);
                          ...
../src/libcore/lib.rs:58:9: 58:21 note: lint level defined here
../src/libcore/lib.rs:58 #![deny(missing_docs)]
                                 ^~~~~~~~~~~~
error: aborting due to previous error
make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/stamp.core] Error 101
program finished with exit code 2
elapsedTime=35.897091

bors added a commit that referenced this pull request Feb 13, 2016
@Manishearth
Copy link
Member

@bors r-

@steveklabnik
Copy link
Member Author

@bors: r=brson rollup

@bors
Copy link
Contributor

bors commented Feb 14, 2016

📌 Commit b499e5a has been approved by brson

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Feb 14, 2016
bors added a commit that referenced this pull request Feb 14, 2016
@bors bors merged commit b499e5a into rust-lang:master Feb 15, 2016
@steveklabnik steveklabnik deleted the gh31599 branch June 19, 2016 20:30
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.

6 participants