Skip to content

Commit 29319cf

Browse files
committed
docs: Document macros feature
1 parent 5c3f9b4 commit 29319cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
//!
222222
//! # Crate features
223223
//!
224+
//! - `macros` **default** Enables [`#[manyhow]`](macros::manyhow) attribute macro.
224225
//! - `syn`/`syn2` **default** Enables errors for [`syn` 2.x](https://docs.rs/syn/latest/syn/).
225226
//! - `syn1` Enables errors for [`syn` 1.x](https://docs.rs/syn/1.0.109/syn/index.html).
226227
//! - `darling` Enables erros for [`darling`](https://docs.rs/darling/latest/index.html).

0 commit comments

Comments
 (0)