From d107926f8621dfc08010ffc5bf4a1ac6356c6c87 Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Wed, 6 Feb 2019 07:22:16 -0500 Subject: Remove stray dbg! --- crates/ra_ide_api_light/src/structure.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_ide_api_light/src') diff --git a/crates/ra_ide_api_light/src/structure.rs b/crates/ra_ide_api_light/src/structure.rs index dc3534498..330a3694c 100644 --- a/crates/ra_ide_api_light/src/structure.rs +++ b/crates/ra_ide_api_light/src/structure.rs @@ -62,7 +62,7 @@ fn structure_node(node: &SyntaxNode) -> Option { detail: Option, ) -> Option { let name = node.name()?; - dbg!(name.text().to_string()); + Some(StructureNode { parent: None, label: name.text().to_string(), -- cgit v1.2.3