aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 09:11:27 +0000
committerFuwn <[email protected]>2022-06-14 09:11:27 +0000
commit8abd4a479c2f8801c71fcf48b2c9f2d27277ae62 (patch)
tree75fb335687331cae7a834c7e5cf32fe88e6bd24e /crates
parentfix(germ): readme location (diff)
downloadgerm-8abd4a479c2f8801c71fcf48b2c9f2d27277ae62.tar.xz
germ-8abd4a479c2f8801c71fcf48b2c9f2d27277ae62.zip
fix(readme): add macros feature
Diffstat (limited to 'crates')
-rw-r--r--crates/germ/src/ast/macros.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/germ/src/ast/macros.rs b/crates/germ/src/ast/macros.rs
index 369e79e..c2e5a85 100644
--- a/crates/germ/src/ast/macros.rs
+++ b/crates/germ/src/ast/macros.rs
@@ -16,8 +16,6 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-//! Macros to aid with various Germ-related functionalities.
-
/// Convert Gemtext an `Ast`
///
/// # Examples