rust/src/doc
Jonas Schievink 2a90d31423
Rollup merge of #77249 - jyn514:private-links, r=Manishearth
Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate lints

This is not ideal because it means `deny(broken_intra_doc_links)` will
no longer `deny(private_intra_doc_links)`. However, it can't be fixed
with a new lint group, because `broken` is already in the `rustdoc` lint
group; there would need to be a way to nest groups somehow.

This also removes the early `return` so that the link will be generated
even though it gives a warning.

r? @Manishearth
cc @ecstatic-morse (https://github.com/rust-lang/rust/pull/77242#issuecomment-699565095)
2020-09-27 18:37:23 +02:00
..
book@cb28dee95e Update books 2020-09-15 14:55:50 -07:00
edition-guide@81f1686301 Update books 2020-09-02 11:10:36 -07:00
embedded-book@0cd2ca1162 Update books 2020-08-19 14:07:46 -07:00
man Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez 2019-04-04 15:09:07 +02:00
nomicon@6e57e64501 Update books 2020-09-15 14:55:50 -07:00
reference@56a13c082e Update books 2020-09-15 14:55:50 -07:00
rust-by-example@19f0a0372a Update books 2020-09-02 11:10:36 -07:00
rustc Auto merge of #76420 - Gelbpunkt:aarch64-linux-musl, r=pietroalbini 2020-09-16 17:22:54 +00:00
rustc-dev-guide@7adfab42ba update rusct-dev-guide 2020-04-08 12:53:12 -05:00
rustdoc Add documentation for private_intra_doc_links 2020-09-27 10:44:41 -04:00
unstable-book Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu 2020-09-27 18:37:20 +02:00
complement-design-faq.md
complement-lang-faq.md
complement-project-faq.md
favicon.inc
footer.inc
full-toc.inc
grammar.md Remove legacy grammar 2019-09-30 07:46:10 +02:00
guide-crates.md
guide-error-handling.md Convert old doc links to current edition 2019-02-13 14:39:25 +00:00
guide-ffi.md
guide-macros.md
guide-ownership.md Convert old doc links to current edition 2019-02-13 14:39:25 +00:00
guide-plugins.md
guide-pointers.md Convert old doc links to current edition 2019-02-13 14:39:25 +00:00
guide-strings.md
guide-tasks.md
guide-testing.md Convert old doc links to current edition 2019-02-13 14:39:25 +00:00
guide-unsafe.md
guide.md
index.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
intro.md
not_found.md dro -> duckduckgo 2018-10-05 08:52:44 -07:00
redirect.inc Exclude old book redirect stubs from search engines 2019-03-14 22:56:38 +00:00
reference.md
robots.txt Block version-specific docs from search engines 2020-03-14 02:29:35 +00:00
rust.css doc: use correct body font URLs 2019-03-24 22:06:34 -04:00
rust.md
rustdoc.md
tutorial.md
version_info.html.template