Remove stale comment

This commit is contained in:
Olivier 'reivilibre
2025-10-22 14:23:18 +01:00
parent 80feaffe16
commit 409f35476a
-2
View File
@@ -89,8 +89,6 @@ pub trait PersonalSessionRepository: Send + Sync {
/// Revoke all the [`PersonalSession`]s matching the given filter.
///
/// This will also revoke the relevant personal access tokens.
///
/// Returns the number of sessions affected
///
/// # Parameters