From 14a971f01c867fe28f1a017b7940f4cfb5974bad Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 15 Jan 2023 21:54:56 +0100 Subject: [PATCH] remove unnecessary docs --- src/time/cds.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/time/cds.rs b/src/time/cds.rs index 3c250eb..a8d21f2 100644 --- a/src/time/cds.rs +++ b/src/time/cds.rs @@ -395,11 +395,7 @@ impl DynCdsTimeProvider for TimeProvider {} impl DynCdsTimeProvider for TimeProvider {} /// This function returns the correct [TimeProvider] instance from a raw byte array -/// by checking the days of length field. It also checks the CCSDS time code for correctness. -/// -/// The time provider instance is returned as a [DynCdsTimeProvider] trait object. -/// This function returns the correct [TimeProvider] instance from a raw byte array -/// by checking the days of length field. It also checks the CCSDS time code for correctness. +/// by checking the length of days field. It also checks the CCSDS time code for correctness. /// /// # Example ///