remove unneeded extern decl

This commit is contained in:
Robin Müller 2022-09-07 15:36:56 +02:00
parent 8a688294cf
commit 904eb607b1
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -1,5 +1,3 @@
extern crate core;
use fsrc_core::pool::{LocalPool, PoolCfg}; use fsrc_core::pool::{LocalPool, PoolCfg};
use fsrc_core::pus::verification::{ use fsrc_core::pus::verification::{
CrossbeamVerifSender, FailParams, RequestId, VerificationReporterCfg, CrossbeamVerifSender, FailParams, RequestId, VerificationReporterCfg,