Skip to content

Commit f8f6889

Browse files
committed
fix
1 parent 5704d84 commit f8f6889

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/host.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl Host {
3232
}
3333

3434
#[inline]
35+
#[allow(unused)]
3536
pub fn with_main_thread(mut self, main_thread: impl HostMainThreadCaller) -> Self {
3637
#[cfg(target_os = "linux")]
3738
{

0 commit comments

Comments
 (0)