Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 27, 2024
1 parent 170009d commit f8fd2de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/schaber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,15 @@ impl Scraper {
I: AsRef<[u8]>,
H: FnMut(&Element<'_, '_>) -> ControlFlow<()>,
{
#[allow(clippy::inline_always)]
#[inline(always)]
#[inline]
fn handler_assert<F>(uwu: F) -> F
where
F: FnMut(&mut Element<'_, '_>) -> HandlerResult,
{
uwu
}

#[allow(clippy::inline_always)]
#[inline(always)]
#[inline]
fn sink_assert<F>(uwu: F) -> F
where
F: FnMut(&[u8]),
Expand Down

0 comments on commit f8fd2de

Please sign in to comment.