We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e4b1 commit 2a07b20Copy full SHA for 2a07b20
1 file changed
crates/stackable-operator/src/lib.rs
@@ -2,7 +2,7 @@
2
//!
3
//! - `default` enables a default set of features which most operators need.
4
//! - `full` enables all available features.
5
-//! - `time` enables interoperability between [`time::Duration`] and the `time` crate.
+//! - `time` enables interoperability between [`shared::time::Duration`] and the `time` crate.
6
//! - `telemetry` enables various helpers for emitting telemetry data.
7
//! - `versioned` enables the macro for CRD versioning.
8
0 commit comments