remove unnecessary docs
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-01-15 21:54:56 +01:00
parent e3f8b4a23b
commit 14a971f01c
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C

View File

@ -395,11 +395,7 @@ impl DynCdsTimeProvider for TimeProvider<DaysLen16Bits> {}
impl DynCdsTimeProvider for TimeProvider<DaysLen24Bits> {}
/// 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
///