Fix warnings in msg.

This commit is contained in:
Ms2ger 2015-02-13 11:08:31 +01:00
parent 58180fa4f7
commit 2ca59b3f5b
3 changed files with 11 additions and 10 deletions

View file

@ -2,10 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(hash)]
#![feature(int_uint)]
#![feature(rustc_private)]
#![allow(missing_copy_implementations)]
#![allow(unstable)]
extern crate azure;
#[macro_use] extern crate bitflags;