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 c155bf2 commit f8978c6Copy full SHA for f8978c6
kernel/src/distributed/sequential_phase.rs
@@ -76,8 +76,6 @@ pub(crate) struct SequentialPhase<P: LogReplayProcessor> {
76
checkpoint_parts: Vec<FileMeta>,
77
}
78
79
-unsafe impl<P: LogReplayProcessor> Send for SequentialPhase<P> {}
80
-
81
/// Result of sequential log replay processing.
82
#[allow(unused)]
83
pub(crate) enum AfterSequential<P: LogReplayProcessor> {
0 commit comments