We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8652f commit 3e55340Copy full SHA for 3e55340
crates/stackable-versioned-macros/src/attrs/common/container.rs
@@ -12,7 +12,8 @@ use k8s_version::Version;
12
/// Currently supported attributes are:
13
///
14
/// - `version`, which can occur one or more times. See [`VersionAttributes`].
15
-/// - `options`, which allow further customization of the generated code. See [`ContainerOptions`].
+/// - `options`, which allow further customization of the generated code.
16
+/// See [`ContainerAttributes`].
17
#[derive(Debug, FromMeta)]
18
#[darling(and_then = ContainerAttributes::validate)]
19
pub(crate) struct ContainerAttributes {
0 commit comments