Skip to content

Commit a50081e

Browse files
committed
Round offset to whole integer
1 parent 4ba4031 commit a50081e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/test/rustdoc-gui/implementors.goml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ goto: file://|DOC_PATH|/test_docs/struct.HasEmptyTraits.html
1919
compare-elements-position-near-false: (
2020
"#impl-EmptyTrait1-for-HasEmptyTraits",
2121
"#impl-EmptyTrait2-for-HasEmptyTraits",
22-
{"y": 34.1875},
22+
{"y": 34},
2323
)
2424
compare-elements-position-near: (
2525
"#impl-EmptyTrait3-for-HasEmptyTraits h3",
2626
"#impl-EmptyTrait3-for-HasEmptyTraits .item-info",
27-
{"y": 34.1875},
27+
{"y": 34},
2828
)
2929

3030
// Now check that re-exports work correctly.

0 commit comments

Comments
 (0)