We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287fb7 commit 4361794Copy full SHA for 4361794
crates/ty_ide/src/find_node.rs
@@ -56,7 +56,6 @@ pub(crate) fn covering_node(root: AnyNodeRef, range: TextRange) -> CoveringNode
56
}
57
58
/// The node with a minimal range that fully contains the search range.
59
-#[derive(Clone)]
60
pub(crate) struct CoveringNode<'a> {
61
/// The covering node, along with all of its ancestors up to the
62
/// root. The root is always the first element and the covering
0 commit comments