mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-20 21:18:26 +02:00
Put unsafe slides in same order as they are introduced in unsafe.md.
This commit is contained in:
parent
4409f330c5
commit
e0cb292624
@ -163,9 +163,9 @@
|
|||||||
- [Unsafe Rust](unsafe.md)
|
- [Unsafe Rust](unsafe.md)
|
||||||
- [Dereferencing Raw Pointers](unsafe/raw-pointers.md)
|
- [Dereferencing Raw Pointers](unsafe/raw-pointers.md)
|
||||||
- [Mutable Static Variables](unsafe/mutable-static-variables.md)
|
- [Mutable Static Variables](unsafe/mutable-static-variables.md)
|
||||||
|
- [Unions](unsafe/unions.md)
|
||||||
- [Calling Unsafe Functions](unsafe/unsafe-functions.md)
|
- [Calling Unsafe Functions](unsafe/unsafe-functions.md)
|
||||||
- [Extern Functions](unsafe/extern-functions.md)
|
- [Extern Functions](unsafe/extern-functions.md)
|
||||||
- [Unions](unsafe/unions.md)
|
|
||||||
- [Exercises](exercises/day-3/afternoon.md)
|
- [Exercises](exercises/day-3/afternoon.md)
|
||||||
- [Safe FFI Wrapper](exercises/day-3/safe-ffi-wrapper.md)
|
- [Safe FFI Wrapper](exercises/day-3/safe-ffi-wrapper.md)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user