Skip to content

Commit 903aebe

Browse files
committed
Fix test case checking for where the JS goes
1 parent 20010d7 commit 903aebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/hidden-impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pub mod __hidden {
1212

1313
// @has foo/trait.Clone.html
1414
// @!has - 'Foo'
15-
// @has implementors/foo/trait.Clone.js
15+
// @has implementors/core/clone/trait.Clone.js
1616
// @!has - 'Foo'
1717
pub use std::clone::Clone;

0 commit comments

Comments
 (0)