cargo fmt

This commit is contained in:
BenjaminBrienen 2025-03-10 12:42:27 +01:00
parent 87f837cec7
commit 7535bb4661
571 changed files with 2210 additions and 2458 deletions

View file

@ -1,12 +1,13 @@
use rustc_hash::FxHashMap;
use span::Span;
use syntax::{ast, AstNode};
use syntax::{AstNode, ast};
use test_utils::extract_annotations;
use tt::{buffer::Cursor, Leaf, Punct, Spacing};
use tt::{Leaf, Punct, Spacing, buffer::Cursor};
use crate::{
dummy_test_span_utils::{DummyTestSpanMap, DUMMY},
syntax_node_to_token_tree, DocCommentDesugarMode,
DocCommentDesugarMode,
dummy_test_span_utils::{DUMMY, DummyTestSpanMap},
syntax_node_to_token_tree,
};
fn check_punct_spacing(fixture: &str) {