now its a proper re-export
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2023-07-10 00:00:20 +02:00
parent e3d2d88538
commit 784564a20e

View File

@ -17,7 +17,7 @@ use std::error::Error;
#[cfg(feature = "std")] #[cfg(feature = "std")]
use std::time::{SystemTime, SystemTimeError}; use std::time::{SystemTime, SystemTimeError};
#[cfg(feature = "std")] #[cfg(feature = "std")]
use std_mod::*; pub use std_mod::*;
pub mod ascii; pub mod ascii;
pub mod cds; pub mod cds;