Fix URL conflict for std type
This commit is contained in:
parent
dfe4fec783
commit
ba11dc7fdd
@ -26,7 +26,7 @@ fn hello(&self) {}
|
|||||||
|
|
||||||
fn babar() {}
|
fn babar() {}
|
||||||
|
|
||||||
// @has - '//a[@href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html"]' 'String'
|
// @has - '//a/@href' '/struct.String.html'
|
||||||
// @count - '//a[@href="../../src/foo/check-source-code-urls-to-def.rs.html#21"]' 5
|
// @count - '//a[@href="../../src/foo/check-source-code-urls-to-def.rs.html#21"]' 5
|
||||||
// @has - '//a[@href="../../source_code/struct.SourceCode.html"]' 'source_code::SourceCode'
|
// @has - '//a[@href="../../source_code/struct.SourceCode.html"]' 'source_code::SourceCode'
|
||||||
pub fn foo(a: u32, b: &str, c: String, d: Foo, e: bar::Bar, f: source_code::SourceCode) {
|
pub fn foo(a: u32, b: &str, c: String, d: Foo, e: bar::Bar, f: source_code::SourceCode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user