specific rustdoc errors
This commit is contained in:
parent
4c35d38bb1
commit
8758c86ae2
10
src/lib.rs
10
src/lib.rs
@ -1,8 +1,14 @@
|
|||||||
//! # RADN
|
//! # RADN
|
||||||
//! Rainbow something something Network.
|
//! Rainbow something something Network.
|
||||||
|
|
||||||
#![cfg_attr(doc, deny(rustdoc::all))]
|
#![cfg_attr(doc, deny(rustdoc::broken_intra_doc_links))]
|
||||||
#![cfg_attr(doc, allow(missing_docs))]
|
#![cfg_attr(doc, deny(rustdoc::private_intra_doc_links))]
|
||||||
|
#![cfg_attr(doc, deny(rustdoc::private_doc_tests))]
|
||||||
|
#![cfg_attr(doc, deny(rustdoc::invalid_codeblock_attributes))]
|
||||||
|
#![cfg_attr(doc, deny(rustdoc::invalid_html_tags))]
|
||||||
|
#![cfg_attr(doc, deny(rustdoc::invalid_rust_codeblocks))]
|
||||||
|
#![cfg_attr(doc, deny(rustdoc::bare_urls))]
|
||||||
|
#![cfg_attr(doc, deny(rustdoc::unescaped_backticks))]
|
||||||
|
|
||||||
pub mod atomic;
|
pub mod atomic;
|
||||||
pub mod flow;
|
pub mod flow;
|
||||||
|
Loading…
Reference in New Issue
Block a user