Skip to content

libstd: Document the following modules: #12952

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

Closed
wants to merge 1 commit into from

Conversation

pcwalton
Copy link
Contributor

  • native::io
  • std::char
  • std::fmt
  • std::fmt::parse
  • std::io
  • std::io::extensions
  • std::io::net::ip
  • std::io::net::udp
  • std::io::net::unix
  • std::io::pipe
  • std::num
  • std::num::f32
  • std::num::f64
  • std::num::strconv
  • std::os

r? @brson

* native::io
* std::char
* std::fmt
* std::fmt::parse
* std::io
* std::io::extensions
* std::io::net::ip
* std::io::net::udp
* std::io::net::unix
* std::io::pipe
* std::num
* std::num::f32
* std::num::f64
* std::num::strconv
* std::os
@@ -1393,15 +1413,25 @@ pub struct FileStat {
#[allow(missing_doc)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should get removed

@alexcrichton
Copy link
Member

I had a few small nits here and there. It would be nice to remove as much of the allow(missing_doc) as possible, but no need to block too long on that.

Also, travis seems to be complaining about a TODO.

@alexcrichton
Copy link
Member

Closing in favor of #13135

bors added a commit that referenced this pull request Mar 26, 2014
I touched up the documentation from @pcwalton found in #12952.
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