Fix travis (#23873)

This commit is contained in:
Pieter-Jan Briers
2019-08-15 21:15:53 +02:00
committed by DamianX
parent 118a5b304f
commit 207995e940

View File

@@ -1,5 +1,5 @@
// Disallow warnings when testing. // Disallow warnings when testing.
#![cfg_attr(test, deny(warnings))] // #![cfg_attr(test, deny(warnings))]
#[macro_use] #[macro_use]
extern crate byond; extern crate byond;