There was an error while loading. Please reload this page.
1 parent 5704d84 commit f8f6889Copy full SHA for f8f6889
1 file changed
src/host.rs
@@ -32,6 +32,7 @@ impl Host {
32
}
33
34
#[inline]
35
+ #[allow(unused)]
36
pub fn with_main_thread(mut self, main_thread: impl HostMainThreadCaller) -> Self {
37
#[cfg(target_os = "linux")]
38
{
0 commit comments