compiler: remove unnecessary imports and qualified paths
This commit is contained in:
@@ -55,7 +55,6 @@ wrapper:
|
||||
|
||||
```
|
||||
use std::cell::Cell;
|
||||
use std::marker::Sync;
|
||||
|
||||
struct NotThreadSafe<T> {
|
||||
value: Cell<T>,
|
||||
|
||||
Reference in New Issue
Block a user