mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Simplify
This commit is contained in:
parent
5e7a1a1203
commit
0a2b6087ec
2 changed files with 18 additions and 67 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue