File tree 5 files changed +371
-115
lines changed
stackable-versioned-macros
5 files changed +371
-115
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ license.workspace = true
6
6
edition.workspace = true
7
7
repository.workspace = true
8
8
9
+ # Enable all features to ensure content appears in the online documentation.
10
+ [package .metadata ."docs .rs" ]
11
+ all-features = true
12
+
9
13
# cargo-udeps throws an error that these dependencies are unused. They are,
10
14
# however, used in K8s specific test cases. This is a false-positive and an
11
15
# apparent limitation of cargo-udeps. These entries can be removed once
Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ impl ItemAttributes {
296
296
}
297
297
}
298
298
299
+ // TODO (@Techassi): Add validation for when default_fn is "" (empty path).
299
300
/// For the added() action
300
301
///
301
302
/// Example usage:
@@ -317,6 +318,10 @@ fn default_default_fn() -> SpannedValue<Path> {
317
318
)
318
319
}
319
320
321
+ // TODO (@Techassi): Add validation for when from_name AND from_type are 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.
320
325
/// For the changed() action
321
326
///
322
327
/// Example usage:
You can’t perform that action at this time.
0 commit comments