Skip to content

Commit 5d8fe1c

Browse files
committed
Suppress file length check temporarily
Will clean up in a separate PR
1 parent 4bad27a commit 5d8fe1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/io/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@
256256
//! [`Read::read`]: trait.Read.html#tymethod.read
257257
//! [`Result`]: ../result/enum.Result.html
258258
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap
259+
// ignore-tidy-filelength
259260

260261
#![stable(feature = "rust1", since = "1.0.0")]
261262

0 commit comments

Comments
 (0)