Added back the '// ignore-file-length' with an explanation
This commit is contained in:
parent
99e2e7075c
commit
ccd218d04c
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
// ignore-tidy-filelength
|
||||
// FIXME: This file seems to have too much functionality wrapped into it,
|
||||
// leading to it being too long.
|
||||
// Splitting this file may involve abstracting functionality into other files.
|
||||
|
||||
use super::callee::{self, DeferredCallResolution};
|
||||
use super::coercion::{CoerceMany, DynamicCoerceMany};
|
||||
use super::method::{self, MethodCallee, SelfSource};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue