diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-06 12:50:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-06 12:50:20 +0100 |
| commit | a93b1ab003affb0d72e9da4007b04a2a6cfd4462 (patch) | |
| tree | bdc6f1c14259e7745fa59c7e51d8327ee5df3061 /src/lib.rs | |
| parent | 2ee5810fecb96a8d4e0d078faecc8c91096d6881 (diff) | |
Formatting 🛀
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 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; @@ -42,6 +42,7 @@ pub mod syntax; pub mod size; pub mod style; + /// Transforms source code into typesetted layouts. /// /// A typesetter can be configured through various methods. |
