Skip to content

Commit

Permalink
Remove inline to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Jan 8, 2025
1 parent 60f8b78 commit 17b3e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tachys/src/view/any_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ where
{
// inlining allows the compiler to remove the unused functions
// i.e., doesn't ship HTML-generating code that isn't used
#[inline(always)]
fn into_any(self) -> AnyView {
#[cfg(feature = "ssr")]
let html_len = self.html_len();
Expand Down

0 comments on commit 17b3e26

Please sign in to comment.