Skip to content

Commit e53b374

Browse files
Remove outdated comment in From<bool> for PostPassStatus
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent bd560c0 commit e53b374

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hir/src/pass/pass.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ pub enum PostPassStatus {
176176
IRChanged,
177177
}
178178

179-
// NOTE: I am not sure if using a From impl
180179
impl From<bool> for PostPassStatus {
181180
fn from(ir_was_changed: bool) -> Self {
182181
match ir_was_changed {

0 commit comments

Comments
 (0)