File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
//! - MISSING_DOC_CODE_EXAMPLES: this looks for public items missing doc-tests
4
4
//! - PRIVATE_DOC_TESTS: this looks for private items with doc-tests.
5
5
6
+ use super :: { span_of_attrs, Pass } ;
6
7
use crate :: clean:: * ;
7
8
use crate :: core:: DocContext ;
8
9
use crate :: fold:: DocFolder ;
9
- use super :: { span_of_attrs, Pass } ;
10
10
use crate :: html:: markdown:: { find_testable_code, ErrorCodes , LangString } ;
11
11
use rustc_session:: lint;
12
12
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ pub use self::propagate_doc_cfg::PROPAGATE_DOC_CFG;
33
33
mod collect_intra_doc_links;
34
34
pub use self :: collect_intra_doc_links:: COLLECT_INTRA_DOC_LINKS ;
35
35
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 ;
38
38
39
39
mod collect_trait_impls;
40
40
pub use self :: collect_trait_impls:: COLLECT_TRAIT_IMPLS ;
You can’t perform that action at this time.
0 commit comments