Skip to content

Commit

Permalink
Merge pull request #1262 from Polynomial-C/classic-2019-10_rust-1.39
Browse files Browse the repository at this point in the history
nsstring: Fix build with rust-1.39
  • Loading branch information
MrAlex94 committed Nov 14, 2019
2 parents 713628a + bd989e5 commit 617493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpcom/rust/nsstring/src/lib.rs
Expand Up @@ -113,7 +113,7 @@
//! which invoke their member's destructors through C++ code.

#![allow(non_camel_case_types)]
#![deny(warnings)]
//#![deny(warnings)]

#[macro_use]
extern crate bitflags;
Expand Down

0 comments on commit 617493e

Please sign in to comment.