Skip to content

Commit 50a9fbb

Browse files
committed
fix(docs): Use struct@ to fix rustdoc errors
1 parent b8be555 commit 50a9fbb

File tree

1 file changed

+3
-3
lines changed
  • crates/stackable-versioned-macros/src/codegen/common

1 file changed

+3
-3
lines changed

crates/stackable-versioned-macros/src/codegen/common/container.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ where
3333
fn generate_tokens(&self) -> TokenStream;
3434
}
3535

36-
/// Provides extra functionality on top of [`Ident`]s.
36+
/// Provides extra functionality on top of [`struct@Ident`]s.
3737
pub(crate) trait IdentExt {
38-
/// Removes the 'Spec' suffix from the [`Ident`].
38+
/// Removes the 'Spec' suffix from the [`struct@Ident`].
3939
fn as_cleaned_kubernetes_ident(&self) -> Ident;
4040

41-
/// Transforms the [`Ident`] into one usable in the [`From`] impl.
41+
/// Transforms the [`struct@Ident`] into one usable in the [`From`] impl.
4242
fn as_from_impl_ident(&self) -> Ident;
4343
}
4444

0 commit comments

Comments
 (0)