rust/compiler/rustc_lint/src
Joshua Nelson 03d8be0896 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.
2020-09-27 09:58:29 -04:00
..
nonstandard_style mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
array_into_iter.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00
builtin.rs lint missing docs for extern items 2020-09-22 00:02:46 +02:00
context.rs Simplify some match statements on `DefPathDataName' 2020-09-25 22:46:15 +01:00
early.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
internal.rs add test 2020-09-21 20:36:05 +02:00
late.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
levels.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Separate private_intra_doc_links and broken_intra_doc_links into separate lints 2020-09-27 09:58:29 -04:00
non_ascii_idents.rs Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco 2020-09-14 21:43:17 +00:00
nonstandard_style.rs use array_windows instead of windows in the compiler 2020-09-20 08:11:05 +02:00
passes.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
redundant_semicolon.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00
types.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
unused.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00