mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix warnings in msg.
This commit is contained in:
parent
58180fa4f7
commit
2ca59b3f5b
3 changed files with 11 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue