Skip to content

Commit

Permalink
allow unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Jul 26, 2023
1 parent 0e31b62 commit 85f6706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/src/smf_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ pub struct RealSmfValue<'a> {
}

impl<'a> RealSmfValue<'a> {
#[allow(unused)]
pub fn new(v: crucible_smf::Value<'a>) -> RealSmfValue<'a> {
RealSmfValue { v }
}
Expand Down

0 comments on commit 85f6706

Please sign in to comment.