We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe732 commit 7724271Copy full SHA for 7724271
testing/matrix-sdk-test/src/test_json/keys_query_sets.rs
@@ -150,8 +150,9 @@ impl KeyQueryResponseTemplate {
150
/// calculated.
151
///
152
/// The device can optionally be signed by the self-signing key by calling
153
- /// [`KeyResponseTemplateDeviceOptions::verified(true)`] on the `options`
154
- /// object.
+ /// [`KeyQueryResponseTemplateDeviceOptions::new().
+ /// verified(true)`](KeyQueryResponseTemplateDeviceOptions::verified) on the
155
+ /// `options` object.
156
pub fn with_device(
157
mut self,
158
device_id: &DeviceId,
0 commit comments