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 32ba801 commit 026e096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/schaber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ impl Scraper {
I: AsRef<[u8]>,
H: FnMut(&Element<'_, '_>) -> ControlFlow<()>,
{
#[inline(always)]
#[inline]
fn handler_assert<F>(uwu: F) -> F
where
F: FnMut(&mut Element<'_, '_>) -> HandlerResult,
{
uwu
}

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

0 comments on commit 026e096

Please sign in to comment.