]> git.proxmox.com Git - proxmox.git/commit
proxmox-router: fix glob-import of anyhow
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Dec 2021 07:13:05 +0000 (08:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Dec 2021 07:13:13 +0000 (08:13 +0100)
commitfbd82c81d1db525ed56dd82e15e4908638d11372
tree8aa13808fc24dacf366b50d1cb48724e7dc45a49
parent61cd0ac2bad91dbd43a1d770b46b2d4f792b4d04
proxmox-router: 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-router/src/cli/shellword.rs
proxmox-router/src/router.rs