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.
1 parent c3e470d commit 012c2d6Copy full SHA for 012c2d6
lightning/src/sync/mod.rs
@@ -3,6 +3,7 @@
3
pub(crate) enum LockHeldState {
4
HeldByThread,
5
NotHeldByThread,
6
+ #[cfg(any(feature = "_bench_unstable", not(test)))]
7
Unsupported,
8
}
9
0 commit comments