Removed the failing test part since it will work when #754 is accepted
This commit is contained in:
parent
4da91e7df2
commit
20ccc7bf8e
@ -28,12 +28,6 @@ fn foo() -> Vec<i32> {
|
||||
.collect()
|
||||
}
|
||||
|
||||
fn d() {
|
||||
if true /* and ... */ {
|
||||
a();
|
||||
}
|
||||
}
|
||||
|
||||
fn calc_page_len(prefix_len: usize, sofar: usize) -> usize {
|
||||
2 // page type and flags
|
||||
+ 1 // stored depth
|
||||
|
Loading…
Reference in New Issue
Block a user