Skip to content

Commit a62dc6f

Browse files
committed
Remove non_exhaustive on struct since not compatible with ..Default::default().
1 parent 036e00b commit a62dc6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustrict"
33
authors = ["Finn Bear"]
4-
version = "0.7.30"
4+
version = "0.7.31"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/finnbear/rustrict/"

src/context.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ impl Debug for Context {
4949
/// as new fields may be added in the future.
5050
#[derive(Clone, Debug)]
5151
#[cfg_attr(doc, doc(cfg(feature = "context")))]
52-
#[non_exhaustive]
5352
pub struct ContextProcessingOptions {
5453
/// Block messages if the user has been manually muted.
5554
pub block_if_muted: bool,

0 commit comments

Comments
 (0)