From cb8b31a6b0d12c93adbd9b04ca14f6da7283bb59 Mon Sep 17 00:00:00 2001 From: moznion Date: Wed, 25 Nov 2020 23:15:06 +0900 Subject: [PATCH] cargo fix --- src/rfc2866.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rfc2866.rs b/src/rfc2866.rs index b29f389..1ce8f33 100644 --- a/src/rfc2866.rs +++ b/src/rfc2866.rs @@ -1,6 +1,6 @@ // Code generated by machine generator; DO NOT EDIT. -use std::net::Ipv4Addr; + use crate::attribute::Attribute; use crate::attributes::AVPType;