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 710701c commit c4e033aCopy full SHA for c4e033a
src/reference.rs
@@ -16,7 +16,7 @@ use crate::{
16
// internally
17
const GIT_REFNAME_MAX: usize = 1024;
18
19
-struct Refdb<'repo>(&'repo Repository);
+struct Refdb<'repo>(#[allow(dead_code)] &'repo Repository);
20
21
/// A structure to represent a git [reference][1].
22
///
0 commit comments