Skip to content

Commit 4361794

Browse files
committed
remove temp gunk
1 parent 1287fb7 commit 4361794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ty_ide/src/find_node.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ pub(crate) fn covering_node(root: AnyNodeRef, range: TextRange) -> CoveringNode
5656
}
5757

5858
/// The node with a minimal range that fully contains the search range.
59-
#[derive(Clone)]
6059
pub(crate) struct CoveringNode<'a> {
6160
/// The covering node, along with all of its ancestors up to the
6261
/// root. The root is always the first element and the covering

0 commit comments

Comments
 (0)