Skip to content

Commit c9a9c23

Browse files
committed
Fixed config errors
1 parent ac1b678 commit c9a9c23

File tree

1 file changed

+1
-1
lines changed
  • mangadex-api/src/v5/user/delete/code

1 file changed

+1
-1
lines changed

mangadex-api/src/v5/user/delete/code/post.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ use mangadex_api_types::error::Result;
4848
build_fn(error = "mangadex_api_types::error::BuilderError")
4949
)]
5050
#[deprecated = "Usage deprecated after the introduction of OAuth authentification from Mangadex API 5.9"]
51-
#[cfg(feature = "legacy-account")]
51+
#[cfg(feature = "legacy-user-delete")]
5252
pub struct ApproveUserDeletion {
5353
/// This should never be set manually as this is only for internal use.
5454
#[doc(hidden)]

0 commit comments

Comments
 (0)