Skip to content

Commit 243dc58

Browse files
committed
Make http repository debuggable
1 parent 1cd19e0 commit 243dc58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tuf/src/repository/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ where
122122
}
123123

124124
/// A repository accessible over HTTP.
125+
#[derive(Debug)]
125126
pub struct HttpRepository<C, D>
126127
where
127128
C: Connect + Sync + 'static,

0 commit comments

Comments
 (0)