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 085f86e commit d1f389aCopy full SHA for d1f389a
1 file changed
crates/stackable-versioned-macros/src/lib.rs
@@ -200,7 +200,7 @@ mod utils;
200
/// the crates are brought into scope through re-exports. The following code
201
/// block depicts supported overrides and their default values.
202
///
203
-/// ```
+/// ```ignore
204
/// # use stackable_versioned_macros::versioned;
205
/// #[versioned(
206
/// version(name = "v1alpha1"),
@@ -213,6 +213,8 @@ mod utils;
213
/// kube_core = "::kube::core",
214
/// schemars = "::schemars",
215
/// serde = "::serde",
216
+/// // Mutually exclusive with kube_core and kube_client
217
+/// kube = "::kube",
218
/// )
219
/// )]
220
/// mod versioned {
0 commit comments