Skip to content

Commit efb05d5

Browse files
committed
Make the build deny(warnings).
1 parent de27c17 commit efb05d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ir/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ impl Type {
605605
// If the type name is empty we're probably
606606
// over-recursing to find a template parameter name
607607
// or something like that, so just don't be too
608-
// noisy with it sine it causes confusion, see for
608+
// noisy with it since it causes confusion, see for
609609
// example the discussion in:
610610
//
611611
// https://github.com/jamesmunns/teensy3-rs/issues/9

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#![cfg_attr(feature = "clippy", plugin(clippy))]
1313

1414
#![deny(missing_docs)]
15+
#![deny(warnings)]
1516

1617
// We internally use the deprecated BindgenOptions all over the place. Once we
1718
// remove its `pub` declaration, we can un-deprecate it and remove this pragma.

0 commit comments

Comments
 (0)