Junyoung Choi

Results 1 issues of Junyoung Choi

Implementation in drop function when I wrote the code with ptr::read like ... let next = ptr::read(&node.next); let x = next.lock(); (use x) successfully pass the test case but ......

question