Closed naskya closed 3 months ago
This PR closes #340.
I wanted to add some tests for this, but we need to use another proc macro crate that provides #[foo] attributes, so I didn’t. (for example, all serde attributes are #[serde(...)], and there is no #[serde])
#[foo]
#[serde(...)]
#[serde]
This PR closes #340.
I wanted to add some tests for this, but we need to use another proc macro crate that provides
#[foo]
attributes, so I didn’t. (for example, all serde attributes are#[serde(...)]
, and there is no#[serde]
)