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/layout/mod.rs | |
| parent | 2ee5810fecb96a8d4e0d078faecc8c91096d6881 (diff) | |
Formatting 🛀
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index be1ed43c..49551945 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -39,6 +39,7 @@ pub use self::actions::{LayoutAction, LayoutActions}; pub use self::layouters::*; pub use self::prelude::*; + /// The result type for layouting. pub type LayoutResult<T> = crate::TypesetResult<T>; |
