consistently rename (old) attribute groups

This commit is contained in:
Jana Dönszelmann
2025-06-11 16:33:50 +02:00
parent 34241e5397
commit ce0438684d
2 changed files with 14 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
//! - [`CombineAttributeParser`]: makes it easy to implement an attribute which should combine the
//! contents of attributes, if an attribute appear multiple times in a list
//!
//! Attributes should be added to [`ATTRIBUTE_MAPPING`](crate::context::ATTRIBUTE_MAPPING) to be parsed.
//! Attributes should be added to [`ATTRIBUTE_PARSERS`](crate::context::ATTRIBUTE_PARSERS) to be parsed.
use std::marker::PhantomData;