summaryrefslogtreecommitdiff
path: root/src/deps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps.rs')
-rw-r--r--src/deps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps.rs b/src/deps.rs
index 479c396c..987225b2 100644
--- a/src/deps.rs
+++ b/src/deps.rs
@@ -1,7 +1,7 @@
/// Generating build depfiles from parsed bindings.
use std::{collections::BTreeSet, path::PathBuf};
-#[derive(Debug)]
+#[derive(Clone, Debug)]
pub(crate) struct DepfileSpec {
pub output_module: String,
pub depfile_path: PathBuf,