[pbs-devel] [PATCH proxmox 5/8] fixed-string: remove unused import
Maximiliano Sandoval
m.sandoval at proxmox.com
Tue Dec 9 11:52:45 CET 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
proxmox-fixed-string/src/lib.rs | 2 --
1 file changed, 2 deletions(-)
diff --git a/proxmox-fixed-string/src/lib.rs b/proxmox-fixed-string/src/lib.rs
index 591ac91e..47af54ad 100644
--- a/proxmox-fixed-string/src/lib.rs
+++ b/proxmox-fixed-string/src/lib.rs
@@ -224,8 +224,6 @@ impl<'de> Deserialize<'de> for FixedString {
mod tests {
use super::*;
- use serde_plain;
-
#[test]
fn test_construct() {
let fixed_string = FixedString::new("").expect("empty string is valid");
--
2.47.3
More information about the pbs-devel
mailing list