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 399ebd9 commit 3042633Copy full SHA for 3042633
src/config.rs
@@ -37,7 +37,7 @@ pub enum MiddlewareConfig {
37
}
38
39
#[cfg_attr(feature = "cli", derive(Deserialize))]
40
-#[derive(Debug, PartialEq)]
+#[derive(Debug, PartialEq, Clone)]
41
pub struct DenyTagConfig {
42
pub tags: Vec<String>,
43
#[cfg_attr(feature = "cli", serde(default))]
@@ -47,7 +47,7 @@ pub struct DenyTagConfig {
47
48
49
50
51
pub struct AllowTagConfig {
52
53
0 commit comments