We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0dbc9 commit a043aedCopy full SHA for a043aed
hooq-macros/src/impls/inert_attr/parse.rs
@@ -157,7 +157,7 @@ pub fn extract_hooq_info_from_attrs(attrs: &mut Vec<Attribute>) -> syn::Result<I
157
let mut is_skipped_all = false;
158
159
let mut keeps = Vec::with_capacity(attrs.len());
160
- for attr in attrs.iter_mut() {
+ for attr in attrs.iter() {
161
match &attr.meta {
162
// flavor
163
Meta::NameValue(MetaNameValue { path, value, .. }) if path == &hooq_flavor => {
0 commit comments