mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 13:26:52 +00:00
proxmox-sys: fix glob-import of anyhow
will break usage of the `Result::Ok()' with anyhow 1.0.49+ as that added a new Ok helper, so a glob-import would make that shadow the core one. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5f75b37301
commit
61cd0ac2ba
@ -1,6 +1,6 @@
|
||||
//! Linux specific helpers and syscall wrapper
|
||||
|
||||
use anyhow::*;
|
||||
use anyhow::{bail,Error};
|
||||
|
||||
use proxmox_io::vec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user