File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Top Open diff view settings Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 33//! - MISSING_DOC_CODE_EXAMPLES: this looks for public items missing doc-tests
44//! - PRIVATE_DOC_TESTS: this looks for private items with doc-tests.
55
6+ use super :: { span_of_attrs, Pass } ;
67use crate :: clean:: * ;
78use crate :: core:: DocContext ;
89use crate :: fold:: DocFolder ;
9- use super :: { span_of_attrs, Pass } ;
1010use crate :: html:: markdown:: { find_testable_code, ErrorCodes , LangString } ;
1111use rustc_session:: lint;
1212
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ pub use self::propagate_doc_cfg::PROPAGATE_DOC_CFG;
3333mod collect_intra_doc_links;
3434pub use self :: collect_intra_doc_links:: COLLECT_INTRA_DOC_LINKS ;
3535
36- mod private_items_doc_tests ;
37- pub use self :: private_items_doc_tests :: CHECK_PRIVATE_ITEMS_DOC_TESTS ;
36+ mod doc_test_lints ;
37+ pub use self :: doc_test_lints :: CHECK_PRIVATE_ITEMS_DOC_TESTS ;
3838
3939mod collect_trait_impls;
4040pub use self :: collect_trait_impls:: COLLECT_TRAIT_IMPLS ;
You can’t perform that action at this time.
0 commit comments