1
Fork 0

Suppress file length check temporarily

Will clean up in a separate PR
This commit is contained in:
Steven Fackler 2020-04-26 04:48:51 -07:00
parent 4bad27a467
commit 5d8fe1c4e6

View file

@ -256,6 +256,7 @@
//! [`Read::read`]: trait.Read.html#tymethod.read
//! [`Result`]: ../result/enum.Result.html
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap
// ignore-tidy-filelength
#![stable(feature = "rust1", since = "1.0.0")]