Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 6, 2025
1 parent e6b4be3 commit 83afed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ schemars = "0.8"
serde = "1.0"
serde_json = "1.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "net", "time", "io-util"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }
4 changes: 0 additions & 4 deletions src/os_linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ use serde::Serialize;

use crate::Context;

/// Request a coredump be taken of the process.
#[derive(Clone, Debug, PartialEq, JsonSchema, Serialize)]
struct CoredumpRequest {}

/// Response from a coredump (you'll never see one of these), since if
/// a coredump is successful the process will be killed, and if not
/// there should be an HTTP Error returned.
Expand Down

0 comments on commit 83afed6

Please sign in to comment.