mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 01:45:29 -04:00
doc: remove internal links to macro
Those worked fine until now, but it seems they started to fail after including the `testing` feature in the benchmark repository. Oh well.
This commit is contained in:
@@ -100,7 +100,7 @@ pub fn check_test_event(event: &TimelineEvent, text: &str) {
|
||||
/// `EventCacheStore` integration tests.
|
||||
///
|
||||
/// This trait is not meant to be used directly, but will be used with the
|
||||
/// [`event_cache_store_integration_tests!`] macro.
|
||||
/// `event_cache_store_integration_tests!` macro.
|
||||
#[cfg_attr(target_arch = "wasm32", async_trait(?Send))]
|
||||
#[cfg_attr(not(target_arch = "wasm32"), async_trait)]
|
||||
pub trait EventCacheStoreIntegrationTests {
|
||||
|
||||
@@ -30,7 +30,7 @@ use crate::media::{MediaFormat, MediaRequestParameters};
|
||||
/// [`EventCacheStoreMedia`] integration tests.
|
||||
///
|
||||
/// This trait is not meant to be used directly, but will be used with the
|
||||
/// [`event_cache_store_media_integration_tests!`] macro.
|
||||
/// `event_cache_store_media_integration_tests!` macro.
|
||||
#[cfg_attr(target_arch = "wasm32", async_trait(?Send))]
|
||||
#[cfg_attr(not(target_arch = "wasm32"), async_trait)]
|
||||
pub trait EventCacheStoreMediaIntegrationTests {
|
||||
|
||||
@@ -47,7 +47,7 @@ use crate::{
|
||||
/// `StateStore` integration tests.
|
||||
///
|
||||
/// This trait is not meant to be used directly, but will be used with the
|
||||
/// [`statestore_integration_tests!`] macro.
|
||||
/// `statestore_integration_tests!` macro.
|
||||
#[cfg_attr(target_arch = "wasm32", async_trait(?Send))]
|
||||
#[cfg_attr(not(target_arch = "wasm32"), async_trait)]
|
||||
pub trait StateStoreIntegrationTests {
|
||||
|
||||
Reference in New Issue
Block a user