Skip to content

Commit 9180768

Browse files
authored
Merge pull request #1925 from Kobzol/remove-unused-struct
Remove unused struct
2 parents 02a1c90 + bfa3d70 commit 9180768

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = "2021"
77
[dependencies]
88
env_logger = "0.10"
99
anyhow = "1"
10-
thiserror = "1"
1110
futures = "0.3"
1211
tokio = { version = "1.26", features = ["macros", "time"] }
1312
log = "0.4"

site/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
use thiserror::Error;
2-
31
#[macro_use]
42
extern crate itertools;
53

6-
#[derive(Error, Debug)]
7-
#[error("command failed: {command}")]
8-
pub struct CommandFailed {
9-
command: String,
10-
}
11-
124
pub mod api;
135
pub mod db;
146
pub mod github;

0 commit comments

Comments
 (0)