Formatting.
This commit is contained in:
parent
51d10249e7
commit
60c3bbd844
7 changed files with 14 additions and 10 deletions
|
@ -289,7 +289,7 @@ pub trait Visitor<'v>: Sized {
|
|||
walk_list!(self, visit_impl_item, opt_item);
|
||||
}
|
||||
|
||||
/// Like `visit_nested_item()`, but for impl items. See
|
||||
/// Like `visit_nested_item()`, but for foreign items. See
|
||||
/// `visit_nested_item()` for advice on when to override this
|
||||
/// method.
|
||||
fn visit_nested_foreign_item(&mut self, id: ForeignItemId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue