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 76c686b commit 0ddd4c0Copy full SHA for 0ddd4c0
crates/stackable-versioned-macros/src/attrs/common/item.rs
@@ -296,6 +296,7 @@ impl ItemAttributes {
296
}
297
298
299
+// TODO (@Techassi): Add validation for when default_fn is "" (empty path).
300
/// For the added() action
301
///
302
/// Example usage:
@@ -317,6 +318,10 @@ fn default_default_fn() -> SpannedValue<Path> {
317
318
)
319
320
321
+// TODO (@Techassi): Add validation for when from_name AND from_type or both
322
+// none => is this action needed in the first place?
323
+// TODO (@Techassi): Add validation that the from_name mustn't include the
324
+// deprecated prefix.
325
/// For the changed() action
326
327
0 commit comments