Skip to content

Commit 012c2d6

Browse files
committed
f cfg-remove unsupported state
1 parent c3e470d commit 012c2d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/sync/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
pub(crate) enum LockHeldState {
44
HeldByThread,
55
NotHeldByThread,
6+
#[cfg(any(feature = "_bench_unstable", not(test)))]
67
Unsupported,
78
}
89

0 commit comments

Comments
 (0)