Skip to content

Commit 5642e49

Browse files
committed
One more
1 parent 2190185 commit 5642e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arcache/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ impl<
13481348
};
13491349
} else {
13501350
// Impossible state!
1351-
break;
1351+
unreachable!();
13521352
}
13531353

13541354
#[cfg(test)]

0 commit comments

Comments
 (0)