externcrate rocket_config;#[macro_use]externcrate rocket_config_codegen;configuration!("diesel");// This just checks that the DieselConfiguration struct exists
#[test]fntest_valid(){let _diesel = DieselConfiguration(rocket_config::Configuration::new(std::path::Path::new("/tmp/diesel.json")));}