fix intradoc links

This commit is contained in:
MaxOhn
2024-02-27 20:14:29 +01:00
parent f26015ccc6
commit ddd61a2b3e
+3
View File
@@ -140,6 +140,9 @@
//! [rosu-pp-js]: https://github.com/MaxOhn/rosu-pp-js
//! [rosu-pp-py]: https://github.com/MaxOhn/rosu-pp-py
//! [benchmark]: https://gist.github.com/MaxOhn/625af10011f6d7e13a171b08ccf959ff
//! [`GradualDifficulty`]: crate::any::GradualDifficulty
//! [`GradualPerformance`]: crate::any::GradualPerformance
//! [`Iterator`]: ::std::iter::Iterator
#![deny(rustdoc::broken_intra_doc_links, rustdoc::missing_crate_level_docs)]
#![warn(clippy::missing_const_for_fn, clippy::pedantic)]