diff options
| author | Fuwn <[email protected]> | 2023-05-18 06:24:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-18 06:24:50 +0000 |
| commit | 56f53ddca0135e17708af585bfb50144d6836f55 (patch) | |
| tree | 1d5beea4c266a7d9bdd50fe4750540d618b0b160 /src/convert.rs | |
| parent | fix: improve macro hygiene (diff) | |
| download | germ-56f53ddca0135e17708af585bfb50144d6836f55.tar.xz germ-56f53ddca0135e17708af585bfb50144d6836f55.zip | |
fmt: update rustfmt.toml
Diffstat (limited to 'src/convert.rs')
| -rw-r--r-- | src/convert.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/convert.rs b/src/convert.rs index 22329d0..f9262f7 100644 --- a/src/convert.rs +++ b/src/convert.rs @@ -23,8 +23,7 @@ use crate::ast::Ast; mod html; mod markdown; -#[cfg(feature = "macros")] -mod macros; +#[cfg(feature = "macros")] mod macros; /// Different targets to convert Gemtext to #[derive(Clone)] |