Skip to content

Commit e99fca6

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

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

components/builder-protocol/src/lib.rs

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

1616
pub mod error;
1717
pub mod message;
18-
#[allow(mismatched_lifetime_syntaxes)]
1918
pub mod originsrv;
2019

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

components/builder-protocol/src/message/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#[allow(renamed_and_removed_lints)]
15+
#[allow(mismatched_lifetime_syntaxes, renamed_and_removed_lints)]
1616
pub mod originsrv;
1717

1818
use crate::error::ProtocolError;

0 commit comments

Comments
 (0)