From d39633e176f35a1964cc100b7d9c1b935c9d85c3 Mon Sep 17 00:00:00 2001 From: David Kleingeld Date: Fri, 13 Oct 2023 16:45:43 +0200 Subject: [PATCH] Remove duplicate doc section Co-authored-by: naglis <827324+naglis@users.noreply.github.com> --- src/source/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/source/mod.rs b/src/source/mod.rs index 4a6346b4..adcbc5f6 100644 --- a/src/source/mod.rs +++ b/src/source/mod.rs @@ -359,10 +359,6 @@ where /// Attempts to seek to a given position in the current source. /// - /// As long as the duration of the source is known seeking saturates. That is - /// when you seek beyond the sources length this function will seek to the - /// end of the source instead. - /// /// As long as the duration of the source is known seek is guarenteed to saturate /// at the end of the source. For example given a source that reports a total duration /// of 42 seconds calling `try_seek()` with 60 seconds as argument will seek to