mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
deny broken links
This commit is contained in:
parent
886f604efe
commit
82baaa70cb
|
@ -22,6 +22,8 @@
|
||||||
#![deny(clippy::needless_pass_by_value)]
|
#![deny(clippy::needless_pass_by_value)]
|
||||||
#![deny(clippy::redundant_closure_for_method_calls)]
|
#![deny(clippy::redundant_closure_for_method_calls)]
|
||||||
#![deny(clippy::cloned_instead_of_copied)]
|
#![deny(clippy::cloned_instead_of_copied)]
|
||||||
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
|
#![deny(rustdoc::private_intra_doc_links)]
|
||||||
|
|
||||||
//! # agb
|
//! # agb
|
||||||
//! `agb` is a library for making games on the Game Boy Advance using the Rust
|
//! `agb` is a library for making games on the Game Boy Advance using the Rust
|
||||||
|
|
Loading…
Reference in a new issue