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 e9f72bd commit f267020Copy full SHA for f267020
crates/stackable-versioned-macros/src/attrs/item/mod.rs
@@ -204,6 +204,9 @@ impl CommonItemAttributes {
204
Ok(())
205
}
206
207
+ /// This associated function is called by the top-level validation function
208
+ /// and validates that parameters provided to the `added` actions are
209
+ /// valid.
210
fn validate_added_action(&self) -> Result<()> {
211
// NOTE (@Techassi): Can the path actually be empty?
212
if let Some(added) = &self.added {
0 commit comments