Round offset to whole integer

This commit is contained in:
Michael Howell 2022-09-25 14:58:49 -07:00
parent 4ba40314e1
commit a50081e102

View file

@ -19,12 +19,12 @@ goto: file://|DOC_PATH|/test_docs/struct.HasEmptyTraits.html
compare-elements-position-near-false: (
"#impl-EmptyTrait1-for-HasEmptyTraits",
"#impl-EmptyTrait2-for-HasEmptyTraits",
{"y": 34.1875},
{"y": 34},
)
compare-elements-position-near: (
"#impl-EmptyTrait3-for-HasEmptyTraits h3",
"#impl-EmptyTrait3-for-HasEmptyTraits .item-info",
{"y": 34.1875},
{"y": 34},
)
// Now check that re-exports work correctly.