From b7449b2dbd9eceadd9efa2f017b46a63663d8953 Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Fri, 8 Mar 2024 12:19:00 +0100 Subject: [PATCH] remove intradoc to std --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index e6aa673f..5401a349 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -54,7 +54,7 @@ //! Gradually calculating attributes provides an efficient way to process each hitobject //! separately and calculate the attributes only up to that point. //! -//! For difficulty attributes, there is [`GradualDifficulty`] which implements [`Iterator`] +//! For difficulty attributes, there is [`GradualDifficulty`] which implements `Iterator` //! and for performance attributes there is [`GradualPerformance`] which requires the current //! score state. //! @@ -142,7 +142,6 @@ //! [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)]