Skip to content

Commit 9139b3d

Browse files
committed
Avoid unused #[macro_use] import warning
1 parent 868b04c commit 9139b3d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
//! | <code>s.find("xyzzy")</code> | 5391 MB/s |
143143
144144
#[cfg(test)]
145-
#[macro_use]
146145
extern crate lazy_static;
147146
#[cfg(test)]
148147
extern crate memmap;

src/simd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ mod test {
308308
use std::{fmt, str};
309309
use memmap::MmapMut;
310310
use region::Protection;
311+
use lazy_static::lazy_static;
311312

312313
use super::*;
313314

0 commit comments

Comments
 (0)