visit: docs cleanup
This commit is contained in:
parent
f95c6ee239
commit
233e4dab4e
@ -8,12 +8,6 @@ use super::walk::Walk;
|
|||||||
/// Immutably walks the entire AST
|
/// Immutably walks the entire AST
|
||||||
///
|
///
|
||||||
/// Each method acts as a customization point.
|
/// Each method acts as a customization point.
|
||||||
///
|
|
||||||
/// There are a set of default implementations for enums
|
|
||||||
/// under the name [`or_visit_`*](or_visit_expr_kind),
|
|
||||||
/// provided for ease of use.
|
|
||||||
///
|
|
||||||
/// For all other nodes, traversal is *explicit*.
|
|
||||||
pub trait Visit<'a>: Sized {
|
pub trait Visit<'a>: Sized {
|
||||||
/// Visits a [Walker](Walk)
|
/// Visits a [Walker](Walk)
|
||||||
#[inline]
|
#[inline]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user