use channel-relative urls in rustdoc/intra-doc/field.rs

This commit is contained in:
Pietro Albini 2021-06-07 18:55:20 +02:00
parent a1c884682c
commit b52bf1b41c
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -1,4 +1,4 @@
// @has field/index.html '//a[@href="https://doc.rust-lang.org/nightly/core/ops/range/struct.Range.html#structfield.start"]' 'start'
// @has field/index.html '//a[@href="https://doc.rust-lang.org/nightly/std/io/error/enum.ErrorKind.html#variant.NotFound"]' 'not_found'
// @has field/index.html '//a[@href="{{channel}}/core/ops/range/struct.Range.html#structfield.start"]' 'start'
// @has field/index.html '//a[@href="{{channel}}/std/io/error/enum.ErrorKind.html#variant.NotFound"]' 'not_found'
//! [start][std::ops::Range::start]
//! [not_found][std::io::ErrorKind::NotFound]