diff options
| author | akida31 <akida3@protonmail.com> | 2022-11-27 20:58:01 +0100 |
|---|---|---|
| committer | akida31 <akida3@protonmail.com> | 2022-12-13 16:37:44 +0100 |
| commit | 757396f5fec622fc292dc10caf1db40155df049b (patch) | |
| tree | fda9e52eddfc561e4593042b9495cc0d00e1b493 | |
| parent | f780faa8c4942d45d56ef0523bdd9fc9f5cdd9a8 (diff) | |
| download | rust-757396f5fec622fc292dc10caf1db40155df049b.tar.gz | |
tidy: ignore filelength
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs b/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs index dafc424f1b4..6f79ca078d7 100644 --- a/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs +++ b/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs @@ -1,4 +1,5 @@ // ignore-tidy-filelength + use super::{DefIdOrName, Obligation, ObligationCause, ObligationCauseCode, PredicateObligation}; use crate::autoderef::Autoderef; |
