mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
Use new broken_intra_doc_links lint name
MSRV is now past 1.48.0.
This commit is contained in:
parent
ee68e17487
commit
dfd472006a
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
// Catch documentation errors caused by code changes.
|
// Catch documentation errors caused by code changes.
|
||||||
#![deny(intra_doc_link_resolution_failure)]
|
#![deny(broken_intra_doc_links)]
|
||||||
|
|
||||||
pub mod format;
|
pub mod format;
|
||||||
pub mod primitives;
|
pub mod primitives;
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
// Catch documentation errors caused by code changes.
|
// Catch documentation errors caused by code changes.
|
||||||
#![deny(intra_doc_link_resolution_failure)]
|
#![deny(broken_intra_doc_links)]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
use bech32::Variant;
|
use bech32::Variant;
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
// Catch documentation errors caused by code changes.
|
// Catch documentation errors caused by code changes.
|
||||||
#![deny(intra_doc_link_resolution_failure)]
|
#![deny(broken_intra_doc_links)]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
mod error;
|
mod error;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue