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:
Benjamin Bouvier
2025-02-13 15:32:50 +01:00
parent 910a5ce90a
commit 534cd599f4
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {