diff options
author | HampusM <hampus@hampusmat.com> | 2023-09-27 18:55:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-09-27 18:55:45 +0200 |
commit | 16faec1cdf2cba12a4e599714e56256edea15854 (patch) | |
tree | 490715b53fc5b74a3aec05b3b97963b0379d25d8 /macros/src/lib.rs | |
parent | fe4255d765d24b3a62094a02d35077a1022887bb (diff) |
refactor: remove unnecessary doc(cfg) attrs on private modules
Diffstat (limited to 'macros/src/lib.rs')
-rw-r--r-- | macros/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index e9aaeb0..c796d1d 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -26,11 +26,9 @@ mod macro_flag; mod util; #[cfg(feature = "factory")] -#[cfg_attr(doc_cfg, doc(cfg(feature = "factory")))] mod factory; #[cfg(feature = "factory")] -#[cfg_attr(doc_cfg, doc(cfg(feature = "factory")))] mod fn_trait; #[cfg(test)] |