Added back the '// ignore-file-length' with an explanation

This commit is contained in:
Nicholas-Baron 2020-09-21 09:16:55 -07:00
parent 99e2e7075c
commit ccd218d04c
1 changed files with 5 additions and 0 deletions

View File

@ -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};