Skip to content

Commit

Permalink
analyze: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Mar 25, 2024
1 parent ee7b6b9 commit 5c7182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2rust-analyze/src/annotate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl<'tcx> AnnotationBuffer<'tcx> {
}
}

pub fn clear(&mut self) {
pub fn _clear(&mut self) {
self.m.clear();
}

Expand Down

0 comments on commit 5c7182c

Please sign in to comment.