Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cirla authored May 22, 2018
1 parent 98391ed commit f33798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() -> Result<(), Box<Error>> {
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<Error>> {
Expand Down

0 comments on commit f33798c

Please sign in to comment.