mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
fix(ast): correct code comment (#5004)
Comment showing macro expansion did not match the actual macro output.
This commit is contained in:
parent
b7db235065
commit
7f3129efd1
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ pub(crate) use inherit_variants;
|
|||
/// /// # Panic
|
||||
/// /// Panics if not convertible.
|
||||
/// #[inline]
|
||||
/// pub fn to_declaration_mut(&mut self) -> Option<&mut Declaration<'a>> {
|
||||
/// pub fn to_declaration_mut(&mut self) -> &mut Declaration<'a> {
|
||||
/// self.as_declaration_mut().unwrap()
|
||||
/// }
|
||||
/// }
|
||||
|
|
|
|||
Loading…
Reference in a new issue