We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036e00b commit a62dc6fCopy full SHA for a62dc6f
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "rustrict"
3
authors = ["Finn Bear"]
4
-version = "0.7.30"
+version = "0.7.31"
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/finnbear/rustrict/"
src/context.rs
@@ -49,7 +49,6 @@ impl Debug for Context {
49
/// as new fields may be added in the future.
50
#[derive(Clone, Debug)]
51
#[cfg_attr(doc, doc(cfg(feature = "context")))]
52
-#[non_exhaustive]
53
pub struct ContextProcessingOptions {
54
/// Block messages if the user has been manually muted.
55
pub block_if_muted: bool,
0 commit comments