Skip to content

Remove incorrect documentation#31607

Merged
bors merged 1 commit into
rust-lang:masterfrom
steveklabnik:gh31599
Feb 15, 2016
Merged

Remove incorrect documentation#31607
bors merged 1 commit into
rust-lang:masterfrom
steveklabnik:gh31599

Conversation

@steveklabnik

Copy link
Copy Markdown
Contributor

Fixes #31599

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

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

@brson

brson commented Feb 12, 2016

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Feb 12, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 4661dc8 has been approved by brson

@Manishearth

Copy link
Copy Markdown
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
Copy Markdown
Member

@bors r-

@steveklabnik

Copy link
Copy Markdown
Contributor Author

@bors: r=brson rollup

@bors

bors commented Feb 14, 2016

Copy link
Copy Markdown
Collaborator

📌 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