diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-04 09:30:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-04 11:38:09 +0100 |
| commit | eb951c008beea502042db4a3a0e8d1f8b51f6f52 (patch) | |
| tree | 9856ee4ed0222222669de10e616a580b2a60135e /library/src/structure/mod.rs | |
| parent | 33928a00dc58250e24da1dae4e5db17e7b598d70 (diff) | |
Style changes
Diffstat (limited to 'library/src/structure/mod.rs')
| -rw-r--r-- | library/src/structure/mod.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/src/structure/mod.rs b/library/src/structure/mod.rs index 088d1e6c..8e13f76a 100644 --- a/library/src/structure/mod.rs +++ b/library/src/structure/mod.rs @@ -6,8 +6,8 @@ mod list; mod reference; mod table; -pub use doc::*; -pub use heading::*; -pub use list::*; -pub use reference::*; -pub use table::*; +pub use self::doc::*; +pub use self::heading::*; +pub use self::list::*; +pub use self::reference::*; +pub use self::table::*; |
