Skip to content

Commit 655bfaf

Browse files
committed
Avoid unused #[macro_use] import warning
1 parent 8d7e44a commit 655bfaf

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
@@ -320,6 +320,7 @@ mod test {
320320
use std::{fmt, str};
321321
use memmap::MmapMut;
322322
use region::Protection;
323+
use lazy_static::lazy_static;
323324

324325
use super::*;
325326

0 commit comments

Comments
 (0)