This commit is contained in:
Aleksey Kladov 2020-06-24 12:06:53 +02:00
parent 5e7a1a1203
commit 0a2b6087ec
2 changed files with 18 additions and 67 deletions

View file

@ -104,7 +104,7 @@ fn syntax_tree_for_token(node: &SyntaxToken, text_range: TextRange) -> Option<St
mod tests {
use test_utils::assert_eq_text;
use crate::mock_analysis::{single_file, analysis_and_range};
use crate::mock_analysis::{analysis_and_range, single_file};
#[test]
fn test_syntax_tree_without_range() {