parent
7b0f2af27f
commit
9db9449836
@ -64,7 +64,10 @@ unsafe {
|
||||
|
||||
[unsafe]: unsafe.html
|
||||
|
||||
Furthermore, any type stored in a `static` must be `Sync`.
|
||||
Furthermore, any type stored in a `static` must be `Sync`, and may not have
|
||||
a [`Drop`][drop] implementation.
|
||||
|
||||
[drop]: drop.html
|
||||
|
||||
# Initializing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user