We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FIXME:
1 parent 56ae9a1 commit 1b4012eCopy full SHA for 1b4012e
compiler/rustc_ast_pretty/src/pprust/state.rs
@@ -64,7 +64,7 @@ impl<'a> Comments<'a> {
64
Comments { sm, comments, current: 0 }
65
}
66
67
- // This shouldn't probably clone lmao
+ // FIXME: This shouldn't probably clone lmao
68
pub fn next(&self) -> Option<Comment> {
69
self.comments.get(self.current).cloned()
70
0 commit comments