Skip to content

Commit 1b4012e

Browse files
add FIXME: where it belongs
suggestion from a friend!! 🐸 Co-authored-by: Michael Goulet <[email protected]>
1 parent 56ae9a1 commit 1b4012e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_ast_pretty/src/pprust

1 file changed

+1
-1
lines changed

compiler/rustc_ast_pretty/src/pprust/state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl<'a> Comments<'a> {
6464
Comments { sm, comments, current: 0 }
6565
}
6666

67-
// This shouldn't probably clone lmao
67+
// FIXME: This shouldn't probably clone lmao
6868
pub fn next(&self) -> Option<Comment> {
6969
self.comments.get(self.current).cloned()
7070
}

0 commit comments

Comments
 (0)