This commit is contained in:
Nicholas Ward 2022-08-08 11:49:22 -07:00
parent b1b95e7b65
commit 79e4d80d5b
2 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,8 @@ pub(crate) fn combined_kernel() -> Kernel {
#[cfg(test)]
mod tests {
use env_logger::{try_init_from_env, Env, DEFAULT_FILTER_ENV};
use log::debug;
use crate::cpu::kernel::aggregator::combined_kernel;

View File

@ -1,5 +1,3 @@
use std::str::FromStr;
use anyhow::Result;