2022-12-13 17:55:45 -06:00
|
|
|
// A docblock on an impl must have a margin to separate it from the contents.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.TypeWithImplDoc.html"
|
2022-12-13 17:55:45 -06:00
|
|
|
|
|
|
|
// The text is about 24px tall, so if there's a margin, then their position will be >24px apart
|
|
|
|
compare-elements-position-near-false: (
|
2023-01-08 14:29:57 -06:00
|
|
|
"#implementations-list > .implementors-toggle > .docblock > p",
|
|
|
|
"#implementations-list > .implementors-toggle > .impl-items",
|
|
|
|
{"y": 24}
|
2022-12-13 17:55:45 -06:00
|
|
|
)
|