Fix error

This commit is contained in:
Antonio Scandurra 2023-10-25 17:41:35 +02:00
parent 08a4e53cfe
commit 6f6495ccbf

View file

@ -72,6 +72,7 @@ impl PlatformDispatcher for MacDispatcher {
false
}
#[cfg(any(test, feature = "test-support"))]
fn advance_clock(&self, _: Duration) {
unimplemented!()
}