Update docs for AssocItems::filter_by_name_unhygienic

This commit is contained in:
Guillaume Gomez 2025-04-19 21:06:52 +02:00
parent 2ef7858652
commit ae4b6d6c65

View file

@ -246,6 +246,8 @@ impl AssocItems {
}
/// Returns an iterator over all associated items with the given name, ignoring hygiene.
///
/// Panics if `name.is_empty()` returns `true`.
pub fn filter_by_name_unhygienic(
&self,
name: Symbol,