Skip to content

Commit 2a07b20

Browse files
committed
Fix rustdocs
1 parent f97e4b1 commit 2a07b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src

crates/stackable-operator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! - `default` enables a default set of features which most operators need.
44
//! - `full` enables all available features.
5-
//! - `time` enables interoperability between [`time::Duration`] and the `time` crate.
5+
//! - `time` enables interoperability between [`shared::time::Duration`] and the `time` crate.
66
//! - `telemetry` enables various helpers for emitting telemetry data.
77
//! - `versioned` enables the macro for CRD versioning.
88

0 commit comments

Comments
 (0)