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

Skeleton implementation of a B-tree: issue 4992 #10303

Merged
merged 4 commits into from
Nov 8, 2013
Merged

Conversation

niftynif
Copy link
Contributor

@niftynif niftynif commented Nov 6, 2013

r? @catamorphism
First contribution; contains struct definitions and some useful traits. Can possibly be improved by removing the dependence on the Clone trait. This is intended to be the beginning of a long-term project.

@niftynif
Copy link
Contributor Author

niftynif commented Nov 7, 2013

r? @catamorphism
New commit addresses all style concerns, but let me know if I missed any!

@niftynif
Copy link
Contributor Author

niftynif commented Nov 8, 2013

Will fix posthaste, sorry for any inconvenience.

bors added a commit that referenced this pull request Nov 8, 2013
r? @catamorphism
First contribution; contains struct definitions and some useful traits.  Can possibly be improved by removing the dependence on the Clone trait.  This is intended to be the beginning of a long-term project.
@bors bors closed this Nov 8, 2013
@bors bors merged commit 2f1b433 into rust-lang:master Nov 8, 2013
@jruderman jruderman mentioned this pull request Nov 10, 2013
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Feb 26, 2023
…fate

Add configuration to lint missing docs of `pub(crate)` items

Fixes this: rust-lang/rust-clippy#5736 (comment)

TODO:
- [x] Needs docs
- [x] Needs better names
- [x] Should `pub` items be checked to when this new option is enabled? I'm saying no because `missing_docs` already exists

`@flip1995` I'd like to get some input from you :)

---

changelog: Enhancement: [`missing_docs_in_private_items`]: Added new configuration `missing-docs-in-crate-items` to lint on items visible within the current crate. For example, `pub(crate)` items.
[rust-lang#10303](rust-lang/rust-clippy#10303)
<!-- changelog_checked -->
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.

4 participants