about summary refs log tree commit diff
path: root/src/libstd/sync
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-04-22 15:29:04 +0100
committervarkor <github@varkor.com>2019-04-25 21:39:09 +0100
commitaa388f1d11da024898d823ce24654766a4cc3459 (patch)
tree8eac3eb7f9455c4a54f6250e6d69d51f8a8ce8bb /src/libstd/sync
parent949658345c1352de926bf8c3af3e19cd18c6d0e6 (diff)
downloadrust-aa388f1d11da024898d823ce24654766a4cc3459.tar.gz
rust-aa388f1d11da024898d823ce24654766a4cc3459.zip
ignore-tidy-filelength on all files with greater than 3000 lines
Diffstat (limited to 'src/libstd/sync')
-rw-r--r--src/libstd/sync/mpsc/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/sync/mpsc/mod.rs b/src/libstd/sync/mpsc/mod.rs
index 685c7909ff2..04353fde1b4 100644
--- a/src/libstd/sync/mpsc/mod.rs
+++ b/src/libstd/sync/mpsc/mod.rs
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Multi-producer, single-consumer FIFO queue communication primitives.
 //!
 //! This module provides message-based communication over channels, concretely