server: fix doccomment link
Some checks failed
Build and test / docs (push) Has been cancelled
Build and test / check (push) Successful in 1m52s
Build and test / check-license (push) Successful in 1m2s
Build and test / build (push) Successful in 3m8s
Build and test / test (push) Successful in 3m28s

This commit is contained in:
2025-12-23 12:15:23 +09:00
parent 42bd28fe36
commit b03338bdf6

View File

@@ -37,7 +37,7 @@ pub fn create_user_group_matching_regex(user: &UnixUser, group_denylist: &GroupD
/// Some mysql versions with some collations mark some columns as binary fields,
/// which in the current version of sqlx is not parsable as string.
/// See: https://github.com/launchbadge/sqlx/issues/3387
/// See: <https://github.com/launchbadge/sqlx/issues/3387>
#[inline]
pub fn try_get_with_binary_fallback(
row: &sqlx::mysql::MySqlRow,