File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 69
69
#![ warn( deprecated_in_future) ]
70
70
#![ warn( missing_docs) ]
71
71
#![ warn( missing_debug_implementations) ]
72
- #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
73
72
#![ allow( explicit_outlives_requirements) ]
74
73
#![ allow( incomplete_features) ]
75
74
#![ deny( unsafe_op_in_unsafe_fn) ]
Original file line number Diff line number Diff line change 61
61
#![ warn( deprecated_in_future) ]
62
62
#![ warn( missing_docs) ]
63
63
#![ warn( missing_debug_implementations) ]
64
- #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
65
64
#![ allow( explicit_outlives_requirements) ]
66
65
#![ allow( incomplete_features) ]
67
66
#![ feature( allow_internal_unstable) ]
151
150
#![ feature( slice_ptr_get) ]
152
151
#![ feature( no_niche) ] // rust-lang/rust#68303
153
152
#![ feature( unsafe_block_in_unsafe_fn) ]
154
- #![ deny( intra_doc_link_resolution_failure) ]
155
153
#![ deny( unsafe_op_in_unsafe_fn) ]
156
154
157
155
#[ prelude_import]
Original file line number Diff line number Diff line change 212
212
#![ warn( deprecated_in_future) ]
213
213
#![ warn( missing_docs) ]
214
214
#![ warn( missing_debug_implementations) ]
215
- #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
216
215
#![ allow( explicit_outlives_requirements) ]
217
216
#![ allow( unused_lifetimes) ]
218
217
// Tell the compiler to link to either panic_abort or panic_unwind
You can’t perform that action at this time.
0 commit comments