]> git.lizzy.rs Git - rust.git/blob - library/std/src/sys/windows/stack_overflow_uwp.rs
Rollup merge of #82094 - gilescope:to_digit_speedup2, r=m-ou-se
[rust.git] / library / std / src / sys / windows / stack_overflow_uwp.rs
1 #![cfg_attr(test, allow(dead_code))]
2
3 pub struct Handler;
4
5 impl Handler {
6     pub fn new() -> Handler {
7         Handler
8     }
9 }
10
11 pub unsafe fn init() {}
12
13 pub unsafe fn cleanup() {}