We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1b678 commit c9a9c23Copy full SHA for c9a9c23
mangadex-api/src/v5/user/delete/code/post.rs
@@ -48,7 +48,7 @@ use mangadex_api_types::error::Result;
48
build_fn(error = "mangadex_api_types::error::BuilderError")
49
)]
50
#[deprecated = "Usage deprecated after the introduction of OAuth authentification from Mangadex API 5.9"]
51
-#[cfg(feature = "legacy-account")]
+#[cfg(feature = "legacy-user-delete")]
52
pub struct ApproveUserDeletion {
53
/// This should never be set manually as this is only for internal use.
54
#[doc(hidden)]
0 commit comments