We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e8ae4 commit 3045024Copy full SHA for 3045024
1 file changed
src/sku/molecule/domain/src/entities/molecule_project.rs
@@ -16,7 +16,7 @@ use internal_error::{InternalError, ResultIntoInternal};
16
17
#[nutype::nutype(
18
sanitize(lowercase),
19
- validate(len_char_min = 2),
+ validate(len_char_min = 1),
20
derive(Debug, Display, AsRef, Clone, Serialize, Deserialize, Eq, PartialEq)
21
)]
22
pub struct Symbol(String);
0 commit comments