Skip to content

Commit

Permalink
fix missed into
Browse files Browse the repository at this point in the history
  • Loading branch information
KGrewal1 committed Nov 28, 2024
1 parent eadb271 commit cf910e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tree_arena/src/tree_arena_unsafe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ impl<T> DataMap<T> {
///
/// If there is no path from `start_id` to id, returns the empty vector.
fn get_id_path(&self, id: NodeId, start_id: Option<NodeId>) -> Vec<NodeId> {
let id: NodeId = id.into();
let mut path = Vec::new();

if !self.parents.contains_key(&id) {
Expand Down

0 comments on commit cf910e9

Please sign in to comment.