You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/utils/content_safe.rs
+2-10
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ pub struct ContentSafeOptions {
34
34
///
35
35
/// This option is ignored if the username is a next-gen username, and
36
36
/// therefore does not have a discriminator.
37
-
#[deprecated = "Discriminators are deprecated on the discord side, and this doesn't reflect message rendering behaviour"]
37
+
#[cfg_attr(not(ignore_serenity_deprecated),deprecated = "Discriminators are deprecated on the discord side, and this doesn't reflect message rendering behaviour")]
0 commit comments