Skip to content

Commit 4d96141

Browse files
committed
docs: Remove reference to private associated function
1 parent 48339a5 commit 4d96141

File tree

1 file changed

+1
-2
lines changed
  • crates/stackable-operator/src/eos

1 file changed

+1
-2
lines changed

crates/stackable-operator/src/eos/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ pub struct EndOfSupportOptions {
2929
/// The support duration (how long the operator should be considered supported after
3030
/// it's built-date).
3131
///
32-
/// This field is currently not exposed as a CLI argument or environment variable. The default
33-
/// value is provided by [`Self::default_support_duration()`].
32+
/// This field is currently not exposed as a CLI argument or environment variable.
3433
#[arg(skip = Self::default_support_duration())]
3534
pub support_duration: Duration,
3635
}

0 commit comments

Comments
 (0)