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 61c1a7a commit 2f3988eCopy full SHA for 2f3988e
src/admin/on_call.rs
@@ -62,6 +62,7 @@ struct FullEvent {
62
}
63
64
#[derive(serde::Deserialize, Debug)]
65
+#[allow(dead_code)] // workaround for a potential bug in Rust v1.57.0-beta.1
66
struct InvalidEvent {
67
message: String,
68
errors: Vec<String>,
0 commit comments