We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macros
1 parent 5c3f9b4 commit 29319cfCopy full SHA for 29319cf
src/lib.rs
@@ -221,6 +221,7 @@
221
//!
222
//! # Crate features
223
224
+//! - `macros` **default** Enables [`#[manyhow]`](macros::manyhow) attribute macro.
225
//! - `syn`/`syn2` **default** Enables errors for [`syn` 2.x](https://docs.rs/syn/latest/syn/).
226
//! - `syn1` Enables errors for [`syn` 1.x](https://docs.rs/syn/1.0.109/syn/index.html).
227
//! - `darling` Enables erros for [`darling`](https://docs.rs/darling/latest/index.html).
0 commit comments