-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Document std::num #7511
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
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
There are still many things should be documented. |
bors
added a commit
that referenced
this issue
Oct 17, 2013
Copied existing comments from other files, and added comments to functions that did not have existing comments available. cc #7511
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 11, 2014
bors
added a commit
that referenced
this issue
Apr 13, 2014
This has since gotten some documentation, and I don't think keeping an issue open for just one section is worthwhile. Given the lack of specific actionability here, I'm giving this a close. Docs can always improve! |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 21, 2022
Fix `#[allow]` for `module_name_repetitions` & `single_component_path_imports` Fixes rust-lang#7511 Fixes rust-lang#8768 Fixes rust-lang#9401 `single_component_path_imports` needed some changes to the lint itself, it now buffers the found single component paths to emit in the equivalent `check_item` changelog: Fix `#[allow(clippy::module_name_repetitions)]` and `#[allow(clippy::single_component_path_imports)]`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
It's mostly undocumented.
The text was updated successfully, but these errors were encountered: