Skip to content

rustdoc: Tell rustc we're building a library #10782

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
Dec 3, 2013

Conversation

alexcrichton
Copy link
Member

This makes sure that when generating documentation we don't waste time doing
things like looking for a main function.

This makes sure that when generating documentation we don't waste time doing
things like looking for a main function.
bors added a commit that referenced this pull request Dec 3, 2013
This makes sure that when generating documentation we don't waste time doing
things like looking for a main function.
@bors bors closed this Dec 3, 2013
@bors bors merged commit 6600ba9 into rust-lang:master Dec 3, 2013
@alexcrichton alexcrichton deleted the rustdoc-lib branch December 4, 2013 01:43
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
…derscore, r=dswij

Emit `unnecessary_cast` on raw pointers as well

Supersedes(?) rust-lang#10782, since this and rust-lang#10567 will cover the original issue.
Does not lint on type aliases or inferred types.

changelog: [`unnecessary_cast`]: Also emit on casts between raw pointers with the same type and constness
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.

3 participants