#![allow(dead_code)]#![allow(unused_imports)]#![allow(unused_variables)]#![allow(unused_mut)]#![allow(deprecated)]#![allow(unused_macros)]externcrate futures;externcrate tokio_core;externcrate tokio_timer_patched as tokio_timer;externcrate fred;externcrate rand;#[macro_use]externcrate log;externcrate pretty_env_logger;// this is a poor way of dealing with global mutable state
#[test]fninit_test_logger(){pretty_env_logger::init().unwrap();}pubmodintegration;