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.
2 parents 88522bb + 7855b1e commit 048883eCopy full SHA for 048883e
measureme/Cargo.toml
@@ -15,7 +15,7 @@ travis-ci = { repository = "rust-lang/measureme" }
15
[dependencies]
16
byteorder = "1.2.7"
17
rustc-hash = "1.0.1"
18
-parking_lot = "0.9"
+parking_lot = "0.11.0"
19
20
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
21
memmap = "0.7"
measureme/src/lib.rs
@@ -35,6 +35,7 @@
35
//! [`Profiler::record_event()`]: Profiler::record_event
36
//! [`Profiler::start_recording_interval_event()`]: Profiler::start_recording_interval_event
37
//! [`StringId`]: StringId
38
+#![allow(renamed_and_removed_lints)] // intra_doc_link_resolution_failure is renamed on nightly
39
#![deny(
40
warnings,
41
intra_doc_link_resolution_failure,
0 commit comments