mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-23 21:15:19 +00:00
Replace inline(always)
with inline
(#6590)
This commit is contained in:
parent
232b44a8ca
commit
455db84a59
3 changed files with 6 additions and 11 deletions
|
@ -442,7 +442,7 @@ impl<'a> Comments<'a> {
|
|||
|
||||
#[inline(always)]
|
||||
#[cfg(not(debug_assertions))]
|
||||
pub(crate) fn mark_verbatim_node_comments_formatted(&self, node: AnyNodeRef) {}
|
||||
pub(crate) fn mark_verbatim_node_comments_formatted(&self, _node: AnyNodeRef) {}
|
||||
|
||||
/// Marks the comments of a node printed in verbatim (suppressed) as formatted.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue