diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2018-09-03 12:59:30 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2018-09-03 13:26:24 +0200 |
| commit | d5545751f9f4f99b2374719586d7e901253d15c3 (patch) | |
| tree | 16c3d860d7f8ea21e014f61d29b8916dda13933e | |
| parent | abd5cc3364b9ec9500ef8f5e64699e25069bc51b (diff) | |
| download | rust-d5545751f9f4f99b2374719586d7e901253d15c3.tar.gz rust-d5545751f9f4f99b2374719586d7e901253d15c3.zip | |
Add memmap crate to tidy whitelist.
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
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"), |
