Switch to 2018 edition use syntax

This commit is contained in:
Alex Wright 2020-02-23 20:37:30 +01:00
parent b6ad7bcdd2
commit e0d1eb8897
1 changed files with 2 additions and 10 deletions

View File

@ -1,15 +1,7 @@
#![deny(warnings)] #![deny(warnings)]
extern crate biscuit;
extern crate base64;
extern crate hyper;
extern crate ldap3;
extern crate tokio;
#[macro_use] extern crate log;
#[macro_use(Serialize)]
extern crate serde_derive;
use log::info;
use serde_derive::Serialize;
use std::env; use std::env;
use std::fs; use std::fs;
use std::path::Path; use std::path::Path;