We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa6d55 commit ec8275cCopy full SHA for ec8275c
src/libstd/sys/wasm/stack_overflow.rs
@@ -1,11 +1,3 @@
1
-pub struct Handler;
2
-
3
-impl Handler {
4
- pub unsafe fn new() -> Handler {
5
- Handler
6
- }
7
-}
8
9
pub unsafe fn init() {}
10
11
pub unsafe fn cleanup() {}
0 commit comments