diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-22 20:27:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-22 20:27:02 +0800 |
| commit | 7c1db7cdaa218d32272533d98ba7cd1095138ed1 (patch) | |
| tree | e3ee4a8f7ec52f5b4d575c3232f63098fabfe70d /mingling | |
| parent | 0f07399d22aa36cd257b579b3d7e39b6cc7157ba (diff) | |
feat: add `doc_cfg` feature for docs.rs build
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index fd274aa..19f2188 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -4,6 +4,7 @@ )] #![deny(missing_docs)] #![doc = include_str!("lib.md")] +#![cfg_attr(docsrs, feature(doc_cfg))] #[cfg(feature = "core")] mod example_docs; |
