diff options
Diffstat (limited to 'components/constellation/constellation.rs')
-rw-r--r-- | components/constellation/constellation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/constellation.rs b/components/constellation/constellation.rs index 2c5b2b6c603..6f8bfbcb849 100644 --- a/components/constellation/constellation.rs +++ b/components/constellation/constellation.rs @@ -227,7 +227,7 @@ pub struct Constellation<Message, LTF, STF> { /// A handle to register components for hang monitoring. /// None when in multiprocess mode. - background_monitor_register: Option<Box<BackgroundHangMonitorRegister>>, + background_monitor_register: Option<Box<dyn BackgroundHangMonitorRegister>>, /// Channels to control all sampling profilers. sampling_profiler_control: Vec<IpcSender<SamplerControlMsg>>, |