mirror of
https://git.proxmox.com/git/vma-to-pbs
synced 2025-04-28 14:42:50 +00:00
remove unnecessary "extern crate" declarations
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
parent
329e95d8d1
commit
4f66246a91
@ -1,10 +1,3 @@
|
||||
extern crate anyhow;
|
||||
extern crate clap;
|
||||
extern crate proxmox_backup_qemu;
|
||||
extern crate proxmox_io;
|
||||
extern crate proxmox_sys;
|
||||
extern crate scopeguard;
|
||||
|
||||
use std::env;
|
||||
use std::ffi::{c_char, CStr, CString};
|
||||
use std::ptr;
|
||||
|
@ -1,6 +1,3 @@
|
||||
extern crate anyhow;
|
||||
extern crate md5;
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Seek, SeekFrom};
|
||||
|
Loading…
Reference in New Issue
Block a user