]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/const-fn.rs
rustdoc: remove unused class `has-srclink`
[rust.git] / tests / rustdoc / const-fn.rs
index 4366ad4d0adaca435f5cf5ee8df2b307673e8a37..18863abaeaccd3dd70c10c493639126b677f5848 100644 (file)
@@ -8,7 +8,7 @@ pub const fn bar() -> usize {
 }
 
 // @has foo/struct.Foo.html
-// @has - '//*[@class="method has-srclink"]' 'const fn new()'
+// @has - '//*[@class="method"]' 'const fn new()'
 pub struct Foo(usize);
 
 impl Foo {