Skip to content

Commit

Permalink
Remove non_exhaustive on struct since not compatible with ..Default::…
Browse files Browse the repository at this point in the history
…default().
  • Loading branch information
finnbear committed Sep 25, 2024
1 parent 036e00b commit a62dc6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustrict"
authors = ["Finn Bear"]
version = "0.7.30"
version = "0.7.31"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/finnbear/rustrict/"
Expand Down
1 change: 0 additions & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impl Debug for Context {
/// as new fields may be added in the future.
#[derive(Clone, Debug)]
#[cfg_attr(doc, doc(cfg(feature = "context")))]
#[non_exhaustive]
pub struct ContextProcessingOptions {
/// Block messages if the user has been manually muted.
pub block_if_muted: bool,
Expand Down

0 comments on commit a62dc6f

Please sign in to comment.