minor fixes

This commit is contained in:
Nicholas Ward 2022-10-03 13:43:03 -07:00
parent 6ff0b84e59
commit 9ee861fb15
3 changed files with 1 additions and 3 deletions

View File

@ -73,7 +73,6 @@ pub(crate) fn combined_kernel() -> Kernel {
#[cfg(test)]
mod tests {
use env_logger::{try_init_from_env, Env, DEFAULT_FILTER_ENV};
use log::debug;

View File

@ -138,4 +138,3 @@
OR
OR
%endmacro

View File

@ -15,4 +15,4 @@
%macro truncate_to_u32
%and_const(0xFFFFFFFF)
%endmacro
%endmacro