We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2badfe8 commit e740c7bCopy full SHA for e740c7b
clippy_utils/src/ast_utils/ident_iter.rs
@@ -3,6 +3,7 @@ use rustc_ast::visit::{Visitor, walk_attribute, walk_expr};
3
use rustc_ast::{Attribute, Expr};
4
use rustc_span::symbol::Ident;
5
6
+/// An iterator over identifiers.
7
pub struct IdentIter(std::vec::IntoIter<Ident>);
8
9
impl Iterator for IdentIter {
0 commit comments