File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ pub(crate) enum Condition {
7777pub ( crate ) const PASSES : & [ Pass ] = & [
7878 CHECK_DOC_CFG ,
7979 CHECK_DOC_TEST_VISIBILITY ,
80+ PROPAGATE_DOC_CFG ,
8081 STRIP_ALIASED_NON_LOCAL ,
8182 STRIP_HIDDEN ,
8283 STRIP_PRIVATE ,
8384 STRIP_PRIV_IMPORTS ,
84- PROPAGATE_DOC_CFG ,
8585 PROPAGATE_STABILITY ,
8686 COLLECT_INTRA_DOC_LINKS ,
8787 COLLECT_TRAIT_IMPLS ,
@@ -94,11 +94,11 @@ pub(crate) const DEFAULT_PASSES: &[ConditionalPass] = &[
9494 ConditionalPass :: always ( COLLECT_TRAIT_IMPLS ) ,
9595 ConditionalPass :: always ( CHECK_DOC_TEST_VISIBILITY ) ,
9696 ConditionalPass :: always ( CHECK_DOC_CFG ) ,
97+ ConditionalPass :: always ( COLLECT_INTRA_DOC_LINKS ) ,
9798 ConditionalPass :: always ( STRIP_ALIASED_NON_LOCAL ) ,
9899 ConditionalPass :: new ( STRIP_HIDDEN , WhenNotDocumentHidden ) ,
99100 ConditionalPass :: new ( STRIP_PRIVATE , WhenNotDocumentPrivate ) ,
100101 ConditionalPass :: new ( STRIP_PRIV_IMPORTS , WhenDocumentPrivate ) ,
101- ConditionalPass :: always ( COLLECT_INTRA_DOC_LINKS ) ,
102102 ConditionalPass :: always ( PROPAGATE_DOC_CFG ) ,
103103 ConditionalPass :: always ( PROPAGATE_STABILITY ) ,
104104 ConditionalPass :: always ( RUN_LINTS ) ,
You can’t perform that action at this time.
0 commit comments