Skip to content

Commit 048883e

Browse files
authored
Merge pull request #122 from Aaron1011/update/parking-lot
Update to parking_lot 0.11.0
2 parents 88522bb + 7855b1e commit 048883e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

measureme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ travis-ci = { repository = "rust-lang/measureme" }
1515
[dependencies]
1616
byteorder = "1.2.7"
1717
rustc-hash = "1.0.1"
18-
parking_lot = "0.9"
18+
parking_lot = "0.11.0"
1919

2020
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
2121
memmap = "0.7"

measureme/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
//! [`Profiler::record_event()`]: Profiler::record_event
3636
//! [`Profiler::start_recording_interval_event()`]: Profiler::start_recording_interval_event
3737
//! [`StringId`]: StringId
38+
#![allow(renamed_and_removed_lints)] // intra_doc_link_resolution_failure is renamed on nightly
3839
#![deny(
3940
warnings,
4041
intra_doc_link_resolution_failure,

0 commit comments

Comments
 (0)