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 93b2e11 commit 506e0f6Copy full SHA for 506e0f6
crates/objc2/src/declare/mod.rs
@@ -342,7 +342,7 @@ pub struct ClassBuilder {
342
cls: NonNull<ffi::objc_class>,
343
}
344
345
-#[doc(hidden)]
+/// Use [`ClassBuilder`] instead.
346
#[deprecated = "Use `ClassBuilder` instead."]
347
pub type ClassDecl = ClassBuilder;
348
@@ -663,7 +663,7 @@ pub struct ProtocolBuilder {
663
proto: NonNull<AnyProtocol>,
664
665
666
+/// Use [`ProtocolBuilder`] instead.
667
#[deprecated = "Use `ProtocolBuilder` instead."]
668
pub type ProtocolDecl = ProtocolBuilder;
669
0 commit comments