Update pre-commit dependencies (#10698)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
This commit is contained in:
renovate[bot]
2024-04-06 23:00:41 +00:00
committed by GitHub
parent 3194f90db1
commit 388658efdb
18 changed files with 28 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ fn trace_preorder_visitation(source: &str) -> String {
}
/// Emits a `tree` with a node for every visited AST node (labelled by the AST node's kind)
/// and leafs for attributes.
/// and leaves for attributes.
#[derive(Default)]
struct RecordVisitor {
depth: usize,

View File

@@ -181,7 +181,7 @@ where
}
/// Emits a `tree` with a node for every visited AST node (labelled by the AST node's kind)
/// and leafs for attributes.
/// and leaves for attributes.
#[derive(Default)]
struct RecordVisitor {
depth: usize,