server: fix doccomment link
Some checks failed
Build and test / check-license (push) Successful in 1m9s
Build and test / check (push) Successful in 1m57s
Build and test / build (push) Failing after 4m19s
Build and test / test (push) Successful in 3m58s
Build and test / docs (push) Successful in 5m38s

This commit is contained in:
2025-12-23 12:15:23 +09:00
parent 3233c00531
commit dcb710596a

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,