Update docs for AssocItems::filter_by_name_unhygienic
This commit is contained in:
parent
2ef7858652
commit
ae4b6d6c65
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue