From f33798c305e0d2455ed7ca8493757cbe6b3cb963 Mon Sep 17 00:00:00 2001 From: Tim Cheeseman Date: Tue, 22 May 2018 11:11:47 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 094c969..18cb745 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ fn main() -> Result<(), Box> { extern crate chrono; extern crate gdpr_consent; -use gdpr_consent::vendor_consent::{from_str, to_str, VendorConsent}; +use gdpr_consent::vendor_consent::VendorConsent; use std::error::Error; fn main() -> Result<(), Box> {