We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398d2bd commit 4a3aeeaCopy full SHA for 4a3aeea
crates/tt/src/iter.rs
@@ -27,7 +27,7 @@ impl<'a, S: Copy> TtIterSavepoint<'a, S> {
27
TokenTreesView::new(self.0)
28
}
29
30
-
+//
31
impl<'a, S: Copy> TtIter<'a, S> {
32
pub(crate) fn new(tt: &'a [TokenTree<S>]) -> TtIter<'a, S> {
33
TtIter { inner: tt.iter() }
0 commit comments