]> git.proxmox.com Git - proxmox.git/commit
proxmox-sys: fix glob-import of anyhow
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Dec 2021 06:46:29 +0000 (07:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Dec 2021 06:46:34 +0000 (07:46 +0100)
commit61cd0ac2bad91dbd43a1d770b46b2d4f792b4d04
tree338fa511619a5387548bce59cf0ece478e127243
parent5f75b37301af2377a04bd754af31124ab95f3674
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>
proxmox-sys/src/linux/mod.rs