summaryrefslogtreecommitdiff
path: root/src/eval/library.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval/library.rs')
-rw-r--r--src/eval/library.rs1
1 files changed, 1 insertions, 0 deletions
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>) -> Content,
/// The keys contained in the bibliography and short descriptions of them.
+ #[allow(clippy::type_complexity)]
pub bibliography_keys: fn(
world: Tracked<dyn World>,
introspector: Tracked<Introspector>,