We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d056a commit 9220631Copy full SHA for 9220631
src/test/rustdoc-json/impls/blanket_with_local.rs
@@ -3,7 +3,9 @@
3
4
// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
5
pub trait Load {
6
+ // @has - "$.index[*][?(@.name=='load')]"
7
fn load() {}
8
+ // @has - "$.index[*][?(@.name=='write')]"
9
fn write(self) {}
10
}
11
0 commit comments