We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34665b commit c24be4dCopy full SHA for c24be4d
packages/macros/src/attribute/with_components/components.rs
@@ -43,7 +43,9 @@ impl AllowedComponents {
43
"EthAccount" => Ok(AllowedComponents::EthAccount),
44
"SRC9" => Ok(AllowedComponents::SRC9),
45
"AccessControl" => Ok(AllowedComponents::AccessControl),
46
- "AccessControlDefaultAdminRules" => Ok(AllowedComponents::AccessControlDefaultAdminRules),
+ "AccessControlDefaultAdminRules" => {
47
+ Ok(AllowedComponents::AccessControlDefaultAdminRules)
48
+ }
49
"Ownable" => Ok(AllowedComponents::Ownable),
50
"Vesting" => Ok(AllowedComponents::Vesting),
51
"SRC5" => Ok(AllowedComponents::SRC5),
0 commit comments