You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kube-derive/src/lib.rs
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,17 @@ use custom_resource::CustomResource;
196
196
/// ```toml
197
197
/// kube = { version = "...", features = ["derive"] }
198
198
/// ```
199
+
///
200
+
/// ## Runtime dependencies
201
+
/// Due to [rust-lang/rust#54363](https://github.com/rust-lang/rust/issues/54363), we cannot be resilient against crate renames within our generated code.
202
+
/// It's therefore **required** that you have the following crates in scope, not renamed:
0 commit comments