Skip to content

Commit

Permalink
remove angry comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod authored and x86y committed Apr 28, 2024
1 parent 693d9e3 commit 297c9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/components/loading.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ where
}
}

// I DO NOT UNDERSTAND HOW TO FUCKING MAKE THIS NOT EXPLODE WHY IS THIS IMPOSSIBLE FUCK
// TODO: figure out why types break down when container() is used inside this method but work
// with macro
// pub(crate) fn view<'a>(self) -> Element<'a, DashboardMessage, Theme> {
// let s: Element<'a, DashboardMessage, Theme> = self.into();
// container(s)
Expand Down

0 comments on commit 297c9e6

Please sign in to comment.