Skip to content

Get rid of no-longer-needed #[doc(hidden)] attributes. #6768

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
May 27, 2013

Conversation

lkuper
Copy link
Contributor

@lkuper lkuper commented May 27, 2013

There were several old #[doc(hidden)] attributes in libstd and
libextra, left over from when rustdoc didn't hide private
definitions, tagged with FIXME #3538.

Since #3538 is now closed, I removed the #[doc(hidden)] attributes
as well as the FIXMEs, but I left #[doc(hidden)] in
libstd/task/spawn.rs and libstd/task/rt.rs since those two are
apparently pub, as well as in libextra/std.rc since std/extra is
pub.

There were several old `#[doc(hidden)]` attributes in libstd and
libextra, left over from when rustdoc didn't hide private
definitions, tagged with `FIXME rust-lang#3538`.

Since rust-lang#3538 is now closed, I removed the `#[doc(hidden)]` attributes
as well as the FIXMEs, but I left `#[doc(hidden)]` in
libstd/task/spawn.rs and libstd/task/rt.rs since those two are
apparently `pub`, as well as in libextra/std.rc since std/extra is
`pub`.
bors added a commit that referenced this pull request May 27, 2013
There were several old `#[doc(hidden)]` attributes in libstd and
libextra, left over from when rustdoc didn't hide private
definitions, tagged with `FIXME #3538`.

Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes
as well as the FIXMEs, but I left `#[doc(hidden)]` in
libstd/task/spawn.rs and libstd/task/rt.rs since those two are
apparently `pub`, as well as in libextra/std.rc since std/extra is
`pub`.
@bors bors closed this May 27, 2013
@bors bors merged commit beec6e4 into rust-lang:incoming May 27, 2013
@lkuper lkuper deleted the 3538 branch May 27, 2013 20:25
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 25, 2021
…p1995

Write literal suggestion

fixes: rust-lang#6768

changelog: Add suggestion to `write_literal` and `print_literal` lints
changelog: Change `use_debug` to point only at the format string
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