mirror of https://github.com/zkat/cacache-rs.git
fix(lint): clippy told me to do this
This commit is contained in:
parent
eac29d941b
commit
cba2f0d39a
|
|
@ -1,7 +1,7 @@
|
||||||
use std::path::{PathBuf, Path};
|
use std::path::{PathBuf, Path};
|
||||||
use ssri::Integrity;
|
use ssri::Integrity;
|
||||||
|
|
||||||
const CONTENT_VERSION: &'static str = "2";
|
const CONTENT_VERSION: &str = "2";
|
||||||
|
|
||||||
// Current format of content file path:
|
// Current format of content file path:
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue