Switch to 2018 edition use syntax
This commit is contained in:
parent
b6ad7bcdd2
commit
e0d1eb8897
12
src/main.rs
12
src/main.rs
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue