Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant check for sectors_per_cluster
If sectors_per_cluster.count_ones() == 1 (previous check) and sectors_per_cluster is u8 it is always at least 1 and at most 128.
- Loading branch information