We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de27c17 commit efb05d5Copy full SHA for efb05d5
src/ir/ty.rs
@@ -605,7 +605,7 @@ impl Type {
605
// If the type name is empty we're probably
606
// over-recursing to find a template parameter name
607
// or something like that, so just don't be too
608
- // noisy with it sine it causes confusion, see for
+ // noisy with it since it causes confusion, see for
609
// example the discussion in:
610
//
611
// https://github.com/jamesmunns/teensy3-rs/issues/9
src/lib.rs
@@ -12,6 +12,7 @@
12
#![cfg_attr(feature = "clippy", plugin(clippy))]
13
14
#![deny(missing_docs)]
15
+#![deny(warnings)]
16
17
// We internally use the deprecated BindgenOptions all over the place. Once we
18
// remove its `pub` declaration, we can un-deprecate it and remove this pragma.
0 commit comments