]> git.proxmox.com Git - pve-rs.git/commitdiff
openid bindings: drop unused import of anyhow::bail
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 18:55:28 +0000 (20:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 18:55:28 +0000 (20:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/openid/mod.rs

index 37ae3def59c7d2f6c1e9eb8a8e47aaac06ab30c0..febe9270cbc61b16dbf83a0f011b0cd999b15483 100644 (file)
@@ -3,7 +3,7 @@ mod export {
     use std::sync::Mutex;
     use std::convert::TryFrom;
 
-    use anyhow::{bail, Error};
+    use anyhow::Error;
 
     use perlmod::{to_value, Value};