Skip to content

Commit 0fb1dc1

Browse files
Allowed clippy errors
Signed-off-by: sougata-progress <sougatab@progress.com>
1 parent 15ad3ad commit 0fb1dc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • components/builder-protocol/src

components/builder-protocol/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use habitat_core as hab_core;
1515

1616
pub mod error;
1717
pub mod message;
18+
#[allow(mismatched_lifetime_syntaxes)]
1819
pub mod originsrv;
1920

2021
pub use crate::error::{ProtocolError,

0 commit comments

Comments
 (0)