From a44428fc796cb5afb5b85cd246974e590eef2040 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 25 Aug 2018 11:48:59 +0300 Subject: kill more reexports --- crates/libeditor/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/libeditor/src/lib.rs') diff --git a/crates/libeditor/src/lib.rs b/crates/libeditor/src/lib.rs index da337cca0..a604d1951 100644 --- a/crates/libeditor/src/lib.rs +++ b/crates/libeditor/src/lib.rs @@ -51,10 +51,6 @@ pub enum RunnableKind { Bin, } -pub fn parse(text: &str) -> File { - File::parse(text) -} - pub fn matching_brace(file: &File, offset: TextUnit) -> Option { const BRACES: &[SyntaxKind] = &[ L_CURLY, R_CURLY, -- cgit v1.2.3