Skip to content

Commit b0af1e9

Browse files
committed
warn on const_err
- see rust-lang/rust#50653
1 parent 3ea89cd commit b0af1e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// License for the specific language governing permissions and limitations
1313
// under the License.
1414

15+
#![warn(const_err)]
16+
1517
extern crate libc;
1618

1719
#[macro_use]

0 commit comments

Comments
 (0)