Skip to content

Commit

Permalink
fix: more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Mar 5, 2024
1 parent 4b1930d commit d0ccc9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/vdom_zipper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ fn find_node_by_zipper(node: Node<()>, path: &[usize]) -> Option<Node<()>> {
mod tests {

use super::*;
use crate::*;

fn sample_node() -> Node<()> {
let node: Node<()> = element(
Expand Down

0 comments on commit d0ccc9d

Please sign in to comment.