docs(traverse): remove erroneous doc comment (#6328)

`TraverseCtx::generate_uid_in_current_scope_based_on_node` no longer delegates to a method on `TraverseScoping`, so this comment was outdated.
This commit is contained in:
overlookmotel 2024-10-07 07:35:00 +00:00
parent 4008afe512
commit c7636d7213

View file

@ -366,8 +366,6 @@ impl<'a> TraverseCtx<'a> {
/// ///
/// See also comments on [`TraverseScoping::generate_uid_name`] for important information /// See also comments on [`TraverseScoping::generate_uid_name`] for important information
/// on how UIDs are generated. There are some potential "gotchas". /// on how UIDs are generated. There are some potential "gotchas".
///
/// This is a shortcut for `ctx.scoping.generate_uid_in_current_scope_based_on_node`.
#[inline] #[inline]
pub fn generate_uid_in_current_scope_based_on_node( pub fn generate_uid_in_current_scope_based_on_node(
&mut self, &mut self,