Skip to content

Commit

Permalink
Remove unnecessary lint attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Apr 25, 2024
1 parent a46473a commit c9d1e72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shared/inventory-updater/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Required due to: https://github.com/rust-lang/rust/issues/95513
#![allow(unused_crate_dependencies)]

use heroku_inventory_utils::checksum::Checksum;
use heroku_inventory_utils::inv::{read_inventory_file, Arch, Artifact, Inventory, Os};
use semver::Version;
Expand Down

0 comments on commit c9d1e72

Please sign in to comment.