about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-09-03 12:59:30 +0200
committerMichael Woerister <michaelwoerister@posteo>2018-09-03 13:26:24 +0200
commitd5545751f9f4f99b2374719586d7e901253d15c3 (patch)
tree16c3d860d7f8ea21e014f61d29b8916dda13933e
parentabd5cc3364b9ec9500ef8f5e64699e25069bc51b (diff)
downloadrust-d5545751f9f4f99b2374719586d7e901253d15c3.tar.gz
rust-d5545751f9f4f99b2374719586d7e901253d15c3.zip
Add memmap crate to tidy whitelist.
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 68a4b789857..b9549968db4 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -94,6 +94,7 @@ static WHITELIST: &'static [Crate] = &[
     Crate("log"),
     Crate("log_settings"),
     Crate("memchr"),
+    Crate("memmap"),
     Crate("memoffset"),
     Crate("miniz-sys"),
     Crate("nodrop"),