Skip to content

Commit

Permalink
Removed #[track_caller] on Default for NodeRef.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Apr 15, 2024
1 parent 5fd1a28 commit 59d8faf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leptos_dom/src/node_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ impl<T: ElementDescriptor> Clone for NodeRef<T> {
impl<T: ElementDescriptor + 'static> Copy for NodeRef<T> {}

impl<T: ElementDescriptor + 'static> Default for NodeRef<T> {
#[track_caller]
fn default() -> Self {
Self::new()
}
Expand Down

0 comments on commit 59d8faf

Please sign in to comment.