From d5349af15e63e658928a92e32627260e8ac3c0c0 Mon Sep 17 00:00:00 2001
From: Georgy Moshkin <gmoshkin@picodata.io>
Date: Mon, 12 Aug 2024 19:32:59 +0300
Subject: [PATCH] chore: every PropertyName must have a doc-comment

---
 src/storage.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/storage.rs b/src/storage.rs
index 6f776ce116..d84fef7605 100644
--- a/src/storage.rs
+++ b/src/storage.rs
@@ -1242,6 +1242,7 @@ impl From<ClusterwideTable> for SpaceId {
         /// current_vshard_config_version, then the configuration is up to date.
         TargetVshardConfigVersion = "target_vshard_config_version",
 
+        /// Password should contain at least this many characters
         PasswordMinLength = "password_min_length",
 
         /// Password should contain at least one uppercase letter
-- 
GitLab