diff options
| author | Marek Barvíř <barvirm@gmail.com> | 2023-04-04 17:10:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 17:10:06 +0200 |
| commit | 1a36ce7fa8a26b498fe22958f50f1fb2880bebc4 (patch) | |
| tree | d6b708e43da29d74ee62de55318671c40f29567c /src/eval/library.rs | |
| parent | cfc671d82482f8e021fa966a01359abba0f53bd2 (diff) | |
Disable clippy for specific lines (#503)
Diffstat (limited to 'src/eval/library.rs')
| -rw-r--r-- | src/eval/library.rs | 1 |
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>, |
