mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
remove miette
This commit is contained in:
parent
5e918a397b
commit
8da1ebc839
3 changed files with 4 additions and 8 deletions
|
|
@ -80,7 +80,7 @@ struct RawDisplacementSubNeighbour {
|
|||
|
||||
#[test]
|
||||
fn test_sub_neighbour_bytes() {
|
||||
test_read_bytes::<RawDisplacementSubNeighbour>();
|
||||
super::test_read_bytes::<RawDisplacementSubNeighbour>();
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
@ -142,7 +142,7 @@ static_assertions::const_assert_eq!(size_of::<DisplacementCornerNeighbour>(), 10
|
|||
|
||||
#[test]
|
||||
fn test_corner_neighbour_bytes() {
|
||||
test_read_bytes::<DisplacementCornerNeighbour>();
|
||||
super::test_read_bytes::<DisplacementCornerNeighbour>();
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, BinRead)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue