1
Fork 0

Mute the file-length error

This commit is contained in:
Clément Renault 2020-12-10 18:36:07 +01:00
parent 9940c47885
commit 45693b43a5
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4

View file

@ -1,3 +1,4 @@
// ignore-tidy-filelength
//! Definitions of a bunch of iterators for `[T]`.
#[macro_use] // import iterator! and forward_iterator!