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 4c14e08 commit b4f68abCopy full SHA for b4f68ab
src/extensions/storage_macro.rs
@@ -70,7 +70,7 @@ impl crate::application::CoLink {
70
"dbc" => self._read_entry_dbc(&string_before, &string_after).await,
71
#[cfg(not(feature = "storage_macro_dbc"))]
72
"dbc" => Err(format!(
73
- "Storage Macro DBC feature not enabled, but found $ symbol in key name: {}",
+ "Storage Macro DBC feature not enabled, but found $dbc in key name: {}",
74
key_name
75
)
76
.into()),
0 commit comments