Skip to content

Conversation

@thestinger
Copy link
Contributor

This is the same functionality as ptr::read_ptr.

This is the same functionality as `ptr::read_ptr`.
bors added a commit that referenced this pull request Nov 15, 2013
This is the same functionality as `ptr::read_ptr`.
@bors bors closed this Nov 15, 2013
@bors bors merged commit fbad2e2 into rust-lang:master Nov 15, 2013
@thestinger thestinger deleted the cleanup branch December 7, 2013 00:11
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 7, 2023
new lint: suspicious_doc_comments

Fixes rust-lang#10485.

This PR adds a new lint (`suspicious_doc_comments`) that triggers when the user writes `///!` or `/**!`.
This is almost certainly a mistake and the user probably meant to write an inner doc comment (`//!`, `/*!`) to document the module or crate that this comment is contained in.

changelog: [`suspicious_doc_comments`]: new lint
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.

2 participants