mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
nak: drop "unneeded return statement"
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
parent
41ce1939f9
commit
de7d3cdbda
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
assert_eq!(total_size, self.uf.nodes.len());
|
assert_eq!(total_size, self.uf.nodes.len());
|
||||||
assert_eq!(total_size, self.uf.idx_map.len());
|
assert_eq!(total_size, self.uf.idx_map.len());
|
||||||
return max_height;
|
max_height
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn check(uf: &'a UnionFind<X, H>) -> u32 {
|
pub fn check(uf: &'a UnionFind<X, H>) -> u32 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue