mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
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:
parent
4008afe512
commit
c7636d7213
1 changed files with 0 additions and 2 deletions
|
|
@ -366,8 +366,6 @@ impl<'a> TraverseCtx<'a> {
|
|||
///
|
||||
/// See also comments on [`TraverseScoping::generate_uid_name`] for important information
|
||||
/// 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]
|
||||
pub fn generate_uid_in_current_scope_based_on_node(
|
||||
&mut self,
|
||||
|
|
|
|||
Loading…
Reference in a new issue