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 b8bde6a commit 9d7e1daCopy full SHA for 9d7e1da
nexus/src/app/background/mod.rs
@@ -137,8 +137,8 @@ pub use driver::Driver;
137
pub use init::BackgroundTasksData;
138
pub use init::BackgroundTasksInitializer;
139
pub(crate) use init::BackgroundTasksInternal;
140
-pub(crate) use tasks::blueprint_load::LoadedTargetBlueprint;
141
pub use nexus_background_task_interface::Activator;
+pub(crate) use tasks::blueprint_load::LoadedTargetBlueprint;
142
pub use tasks::saga_recovery::SagaRecoveryHelpers;
143
144
use futures::future::BoxFuture;
0 commit comments