Skip to content

Commit ba2c21e

Browse files
author
Bennett Hardwick
committed
Fix name
1 parent ffb47d6 commit ba2c21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptonamo-derive/src/settings/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ impl SettingsBuilder {
352352
let partition_key = partition_key.ok_or_else(|| {
353353
syn::Error::new(
354354
proc_macro2::Span::call_site(),
355-
"Missing required attribute: #[cryptonamo(partition_key = \"...\")]",
355+
"Missing required attribute: #[partition_key]",
356356
)
357357
})?;
358358

0 commit comments

Comments
 (0)