From 69eeae0c9903931f13038f4e350fd53b1903530d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 28 Aug 2018 22:37:49 +0300 Subject: polish join --- crates/libeditor/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libeditor/src/lib.rs') diff --git a/crates/libeditor/src/lib.rs b/crates/libeditor/src/lib.rs index 06dac9d6d..4895f6fa9 100644 --- a/crates/libeditor/src/lib.rs +++ b/crates/libeditor/src/lib.rs @@ -1,6 +1,7 @@ extern crate libsyntax2; extern crate superslice; extern crate itertools; +extern crate join_to_string; #[cfg(test)] #[macro_use] extern crate test_utils as _test_utils; -- cgit v1.2.3