try fixing CI
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-07-10 10:15:37 +02:00
parent f117c8c4de
commit 79791a75bd
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 1 additions and 3 deletions

View File

@ -65,8 +65,7 @@ use crate::ecss::CCSDS_HEADER_LEN;
use core::fmt::{Debug, Display, Formatter};
use crc::{Crc, CRC_16_IBM_3740};
use delegate::delegate;
#[cfg(not(feature = "std"))]
use num_traits::Unsigned;
#[cfg(feature = "std")]
use std::error::Error;

View File

@ -3,7 +3,6 @@
//!
//! The core data structure to do this is the [TimeProviderCcsdsEpoch] struct.
use super::*;
use crate::time::std_mod::StdTimestampError;
use chrono::Datelike;
use core::fmt::Debug;
use core::ops::{Add, AddAssign};