1
Fork 0

Formatting.

This commit is contained in:
Camille GILLOT 2020-11-26 19:11:43 +01:00
parent 51d10249e7
commit 60c3bbd844
7 changed files with 14 additions and 10 deletions

View file

@ -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) {