rustfmt
This commit is contained in:
parent
cbcc61a8cf
commit
ed195de8b6
15 changed files with 170 additions and 143 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use super::fixtures::get_language;
|
||||
use std::thread;
|
||||
use tree_sitter::{InputEdit, LogType, Parser, Point, PropertySheet, Language};
|
||||
use tree_sitter::{InputEdit, Language, LogType, Parser, Point, PropertySheet};
|
||||
|
||||
fn rust() -> Language {
|
||||
get_language("rust")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue