From 1a36ce7fa8a26b498fe22958f50f1fb2880bebc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barv=C3=AD=C5=99?= Date: Tue, 4 Apr 2023 17:10:06 +0200 Subject: Disable clippy for specific lines (#503) --- src/eval/library.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/eval/library.rs') diff --git a/src/eval/library.rs b/src/eval/library.rs index 5b0ff8e6..b93aa0dd 100644 --- a/src/eval/library.rs +++ b/src/eval/library.rs @@ -65,6 +65,7 @@ pub struct LangItems { /// A reference: `@target`, `@target[..]`. pub reference: fn(target: Label, supplement: Option) -> Content, /// The keys contained in the bibliography and short descriptions of them. + #[allow(clippy::type_complexity)] pub bibliography_keys: fn( world: Tracked, introspector: Tracked, -- cgit v1.2.3