Skip to content

Commit 4a3aeea

Browse files
committed
Touch tt
1 parent 398d2bd commit 4a3aeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tt/src/iter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl<'a, S: Copy> TtIterSavepoint<'a, S> {
2727
TokenTreesView::new(self.0)
2828
}
2929
}
30-
30+
//
3131
impl<'a, S: Copy> TtIter<'a, S> {
3232
pub(crate) fn new(tt: &'a [TokenTree<S>]) -> TtIter<'a, S> {
3333
TtIter { inner: tt.iter() }

0 commit comments

Comments
 (0)