File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969#![ warn( deprecated_in_future) ]
7070#![ warn( missing_docs) ]
7171#![ warn( missing_debug_implementations) ]
72- #![ deny( intra_doc_link_resolution_failure ) ] // rustdoc is run without -D warnings
72+ #![ deny( intra_doc_resolution_failures ) ] // rustdoc is run without -D warnings
7373#![ allow( explicit_outlives_requirements) ]
7474#![ allow( incomplete_features) ]
7575#![ deny( unsafe_op_in_unsafe_fn) ]
Original file line number Diff line number Diff line change 6161#![ warn( deprecated_in_future) ]
6262#![ warn( missing_docs) ]
6363#![ warn( missing_debug_implementations) ]
64- #![ deny( intra_doc_link_resolution_failure ) ] // rustdoc is run without -D warnings
64+ #![ deny( intra_doc_resolution_failures ) ] // rustdoc is run without -D warnings
6565#![ allow( explicit_outlives_requirements) ]
6666#![ allow( incomplete_features) ]
6767#![ feature( allow_internal_unstable) ]
149149#![ feature( slice_ptr_get) ]
150150#![ feature( no_niche) ] // rust-lang/rust#68303
151151#![ feature( unsafe_block_in_unsafe_fn) ]
152- #![ deny( intra_doc_link_resolution_failure ) ]
152+ #![ deny( intra_doc_resolution_failures ) ]
153153#![ deny( unsafe_op_in_unsafe_fn) ]
154154
155155#[ prelude_import]
Original file line number Diff line number Diff line change 212212#![ warn( deprecated_in_future) ]
213213#![ warn( missing_docs) ]
214214#![ warn( missing_debug_implementations) ]
215- #![ deny( intra_doc_link_resolution_failure ) ] // rustdoc is run without -D warnings
215+ #![ deny( intra_doc_resolution_failures ) ] // rustdoc is run without -D warnings
216216#![ allow( explicit_outlives_requirements) ]
217217#![ allow( unused_lifetimes) ]
218218// Tell the compiler to link to either panic_abort or panic_unwind
You can’t perform that action at this time.
0 commit comments