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.
This commit is contained in:
@@ -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<F>(before: &str, replace_with: &str, reparser: F)
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user