diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-06 13:06:17 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-06 13:06:17 +0100 |
| commit | c9fd39f37eb00e2b26b3e0cc5347dffb09e2a0ba (patch) | |
| tree | c37d8bcd08e46137ec618cdac090934d4e58a0eb /src/lib.rs | |
| parent | a93b1ab003affb0d72e9da4007b04a2a6cfd4462 (diff) | |
Define base fallback list ♾
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ //! format is _PDF_. Alternatively, the layout can be serialized to pass it to //! a suitable renderer. -// #![allow(unused)] +#![allow(unused)] pub extern crate toddle; |
