From cca5f862de8a4eb4a8990fdca95a4a7686937789 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 1 Nov 2018 16:18:53 +0300 Subject: Don't order import alphabetical alphabetical ordering is no more consistent, and much less useful then the ordering which arises naturally when you add import. --- crates/ra_syntax/src/reparsing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax') diff --git a/crates/ra_syntax/src/reparsing.rs b/crates/ra_syntax/src/reparsing.rs index d3b9a30d6..b3b51b3e4 100644 --- a/crates/ra_syntax/src/reparsing.rs +++ b/crates/ra_syntax/src/reparsing.rs @@ -188,7 +188,7 @@ mod tests { use super::{ super::{test_utils::extract_range, text_utils::replace_range, utils::dump_tree, File}, reparse_block, reparse_leaf, AtomEdit, GreenNode, SyntaxError, SyntaxNodeRef, - }; +}; fn do_check(before: &str, replace_with: &str, reparser: F) where -- cgit v1.2.3