use pythonic import order

use std
// blank line
use extern crates
// blank line
use crate::{}
This commit is contained in:
Aleksey Kladov 2018-10-20 22:38:47 +03:00
parent 8eea10e3ab
commit 6e88aaef5d
7 changed files with 20 additions and 17 deletions

View file

@ -1,9 +1,9 @@
use std::path::{Component, Path, PathBuf};
use im;
use ra_analysis::{FileId, FileResolver};
use relative_path::RelativePath;
use std::path::{Component, Path, PathBuf};
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Root {
Workspace,