refactor: Fix clippy warnings
This commit is contained in:
committed by
Greg Heartsfield
parent
bc4b45d4b8
commit
bd07a11f50
@@ -35,7 +35,7 @@ pub fn main() -> Result<()> {
|
||||
// ensure the schema version is current.
|
||||
if version != DB_VERSION {
|
||||
info!("version is not current, exiting");
|
||||
panic!("cannot write to schema other than v{}", DB_VERSION);
|
||||
panic!("cannot write to schema other than v{DB_VERSION}");
|
||||
}
|
||||
}
|
||||
// this channel will contain parsed events ready to be inserted
|
||||
|
||||
Reference in New Issue
Block a user