diff options
author | HampusM <hampus@hampusmat.com> | 2023-08-13 11:26:37 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-08-13 11:26:37 +0200 |
commit | 8f990a4477aa126e6bc79b98ba5f6685b0658fe7 (patch) | |
tree | 9ea852d71f3afa201f5633eb789ff488c6df1358 /macros/src/util/mod.rs | |
parent | 89c238f9c82ade2d7656e2bee76838a391609a88 (diff) |
feat: add internal logging for macros
Diffstat (limited to 'macros/src/util/mod.rs')
-rw-r--r-- | macros/src/util/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/src/util/mod.rs b/macros/src/util/mod.rs index d3edb67..2244229 100644 --- a/macros/src/util/mod.rs +++ b/macros/src/util/mod.rs @@ -3,6 +3,7 @@ pub mod item_impl; pub mod iterator_ext; pub mod string; pub mod syn_path; +pub mod tokens; macro_rules! to_option { ($($tokens: tt)+) => { |