Skip to content

Commit 925a41e

Browse files
committed
Fix rogue invalid characters inside doc comments.
Signed-off-by: Jason Volk <jason@zemos.net>
1 parent c11d82c commit 925a41e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/storage/src/compat/access_token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use ulid::Ulid;
1313
use crate::{Clock, repository_impl};
1414

1515
/// A [`CompatAccessTokenRepository`] helps interacting with
16-
/// [`CompatAccessToken`] saved in the storage backend
16+
/// [`CompatAccessToken`] saved in the storage backend
1717
#[async_trait]
1818
pub trait CompatAccessTokenRepository: Send + Sync {
1919
/// The error type returned by the repository

crates/storage/src/oauth2/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use url::Url;
1717

1818
use crate::{Clock, repository_impl};
1919

20-
/// An [`OAuth2ClientRepository`] helps interacting with [`Client`] saved in the
20+
/// An [`OAuth2ClientRepository`] helps interacting with [`Client`] saved in the
2121
/// storage backend
2222
#[async_trait]
2323
pub trait OAuth2ClientRepository: Send + Sync {

0 commit comments

Comments
 (0)