Skip to content

Commit 5a45a34

Browse files
committed
docs: Remove reference to private associated function
1 parent 49cc989 commit 5a45a34

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
@@ -28,8 +28,7 @@ pub struct EndOfSupportOptions {
2828
/// The support duration (how long the operator should be considered supported after
2929
/// it's built-date).
3030
///
31-
/// This field is currently not exposed as a CLI argument or environment variable. The default
32-
/// value is provided by [`Self::default_support_duration()`].
31+
/// This field is currently not exposed as a CLI argument or environment variable.
3332
#[arg(skip = Self::default_support_duration())]
3433
pub support_duration: Duration,
3534
}

0 commit comments

Comments
 (0)