Replace inline(always) with inline (#6590)

This commit is contained in:
Micha Reiser 2023-08-15 08:58:11 +02:00 committed by GitHub
parent 232b44a8ca
commit 455db84a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 11 deletions

View file

@ -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.
///