Skip to content

Commit d198c16

Browse files
committed
Remove xd009642/tarpaulin#344 workaround
1 parent 2ad0f17 commit d198c16

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/map.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,7 @@ pub struct HashMap<K, V, S = crate::DefaultHashBuilder> {
106106
/// unsoundness as described in https://github.com/jonhoo/flurry/issues/46. Specifically, a
107107
/// user can do:
108108
///
109-
// this should be:
110-
// ```rust,should_panic
111-
// but that won't work with coverage at the moment:
112-
// https://github.com/xd009642/tarpaulin/issues/344
113-
// so:
114-
/// ```rust,no_run
109+
/// ```rust,should_panic
115110
/// # use flurry::HashMap;
116111
/// # use crossbeam_epoch;
117112
/// let map: HashMap<_, _> = HashMap::default();

0 commit comments

Comments
 (0)