Skip to content

Commit 5e0fee4

Browse files
Deny warnings for the measureme crate.
1 parent 7184043 commit 5e0fee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

measureme/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
//! [`StringId`]: struct.StringId.html
4848
//! [`TimestampKind`]: enum.TimestampKind.html
4949
50+
#![deny(warnings)]
51+
5052
mod event;
5153
mod file_header;
5254
#[cfg(any(not(target_arch = "wasm32"), target_os = "wasi"))]

0 commit comments

Comments
 (0)