Suppress libcore/ptr/mod.rs filelength lint

This commit is contained in:
David Tolnay 2019-11-29 20:41:53 -08:00
parent 3f1e391369
commit 24d7f72c62
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -65,6 +65,7 @@
//! [`write_volatile`]: ./fn.write_volatile.html
//! [`NonNull::dangling`]: ./struct.NonNull.html#method.dangling
// ignore-tidy-filelength
// ignore-tidy-undocumented-unsafe
#![stable(feature = "rust1", since = "1.0.0")]