Skip to content

Commit 4f851d2

Browse files
committed
tests/utils/kernel: explicitly use the lazy_static macro
1 parent 3291db8 commit 4f851d2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
3131
#![warn(missing_docs)]
3232

33-
#[cfg(test)]
34-
#[macro_use]
35-
extern crate lazy_static;
36-
3733
mod api;
3834
mod constants;
3935
mod keytype;

src/tests/utils/kernel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ use std::collections::HashMap;
2828
use std::fs;
2929
use std::str::FromStr;
3030

31+
use lazy_static::lazy_static;
3132
use regex::{Captures, Regex};
3233

3334
lazy_static! {

0 commit comments

Comments
 (0)