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 b8be555 commit 50a9fbbCopy full SHA for 50a9fbb
crates/stackable-versioned-macros/src/codegen/common/container.rs
@@ -33,12 +33,12 @@ where
33
fn generate_tokens(&self) -> TokenStream;
34
}
35
36
-/// Provides extra functionality on top of [`Ident`]s.
+/// Provides extra functionality on top of [`struct@Ident`]s.
37
pub(crate) trait IdentExt {
38
- /// Removes the 'Spec' suffix from the [`Ident`].
+ /// Removes the 'Spec' suffix from the [`struct@Ident`].
39
fn as_cleaned_kubernetes_ident(&self) -> Ident;
40
41
- /// Transforms the [`Ident`] into one usable in the [`From`] impl.
+ /// Transforms the [`struct@Ident`] into one usable in the [`From`] impl.
42
fn as_from_impl_ident(&self) -> Ident;
43
44
0 commit comments