diff --git a/src/debug/mod.rs b/src/debug/mod.rs index 91315af..ba0d703 100644 --- a/src/debug/mod.rs +++ b/src/debug/mod.rs @@ -14,7 +14,7 @@ mod imp { pub struct StackId; /// No-op since no valgrind impl StackId { - pub unsafe fn register(_stack: &mut Stack) -> StackId { + pub fn register(_stack: &mut Stack) -> StackId { StackId } }