summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2016-09-30 23:07:04 +0000
committerBrian Anderson <banderson@mozilla.com>2016-11-01 17:08:24 +0000
commitf3a709dc52bb3e617ccb016a8b20a741c23da77d (patch)
tree7ce55285f2b9d329dadb0bb11dcb2abb8d55fa7b /src/tools
parent219c018894b31fec7059ca89bb1ab0606068aeaf (diff)
downloadrust-f3a709dc52bb3e617ccb016a8b20a741c23da77d.tar.gz
rust-f3a709dc52bb3e617ccb016a8b20a741c23da77d.zip
std: Move platform-specific out of sys_common::util
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/pal.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs
index 5caa7f8af44..68b0c819c5a 100644
--- a/src/tools/tidy/src/pal.rs
+++ b/src/tools/tidy/src/pal.rs
@@ -70,7 +70,6 @@ const EXCEPTION_PATHS: &'static [&'static str] = &[
     "src/libstd/num/f64.rs",
     "src/libstd/sys/common/mod.rs",
     "src/libstd/sys/common/net.rs",
-    "src/libstd/sys/common/util.rs",
     "src/libterm", // Not sure how to make this crate portable, but test needs it
     "src/libtest", // Probably should defer to unstable std::sys APIs