Skip to content

Commit d554575

Browse files
Add memmap crate to tidy whitelist.
1 parent abd5cc3 commit d554575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ static WHITELIST: &'static [Crate] = &[
9494
Crate("log"),
9595
Crate("log_settings"),
9696
Crate("memchr"),
97+
Crate("memmap"),
9798
Crate("memoffset"),
9899
Crate("miniz-sys"),
99100
Crate("nodrop"),

0 commit comments

Comments
 (0)