mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Use renamed broken_intra_doc_links lint
This commit is contained in:
parent
e5e6700e10
commit
a0a9538132
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
clippy::many_single_char_names,
|
||||
clippy::same_item_push
|
||||
)]
|
||||
#![deny(intra_doc_link_resolution_failure)]
|
||||
#![deny(broken_intra_doc_links)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(unsafe_code)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue