Skip to content

Minor documentation fixes.#24113

Merged
bors merged 2 commits into
rust-lang:masterfrom
mbrubeck:doc-edit
Apr 7, 2015
Merged

Minor documentation fixes.#24113
bors merged 2 commits into
rust-lang:masterfrom
mbrubeck:doc-edit

Conversation

@mbrubeck

@mbrubeck mbrubeck commented Apr 6, 2015

Copy link
Copy Markdown
Contributor
  • Fix broken "module-level documentation" link on the trait Any docs and related broken markup on the std::any docs.
  • Remove an outdated or incorrect notice in the BufRead::lines docs. There is no such read_string function, and lines never returns an error.

r? @steveklabnik

mbrubeck added 2 commits April 6, 2015 08:36
There is no `read_string` function, and `lines` never returns an error.
Comment thread src/libcore/any.rs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Doesn't this break the link?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oh i see, nevermind

@steveklabnik

Copy link
Copy Markdown
Contributor

@bors: r+ rollup

@bors

bors commented Apr 6, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 6e86c63 has been approved by steveklabnik

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 7, 2015
 * Fix broken \"module-level documentation\" link on the [`trait Any` docs](http://doc.rust-lang.org/std/any/trait.Any.html) and related broken markup on the [`std::any` docs](http://doc.rust-lang.org/std/any/index.html).

* Remove an outdated or incorrect notice in the `BufRead::lines` docs. There is no such `read_string` function, and `lines` never returns an error.

r? @steveklabnik
@bors bors merged commit 6e86c63 into rust-lang:master Apr 7, 2015
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