Skip to content

Commit 3ffe70a

Browse files
authored
Update SUMMARY.md
1 parent 13f20ca commit 3ffe70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
- [Undefined behavior](./undefined_behavior.md)
55
- [Core unsafety](./core_unsafety.md)
66
- [Dangling and unaligned pointers](./core_unsafety/dangling_and_unaligned_pointers.md)
7-
- [Invalid values](./core_unsafety/invalid_values.md)
87
- [Data races](./core_unsafety/data_races.md)
98
- [Intrinsics](./core_unsafety/intrinsics.md)
109
- [ABI and FFI](./core_unsafety/abi_and_ffi.md)
1110
- [Platform features](./core_unsafety/platform_features.md)
1211
- [Inline assembly](./core_unsafety/inline_assembly.md)
1312
- [Advanced unsafety](./advanced_unsafety.md)
1413
- [Uninitialized memory](./advanced_unsafety/uninitialized.md)
14+
- [Invalid values](./advanced_unsafety/invalid_values.md)
1515
- [Pointer aliasing](./advanced_unsafety/pointer_aliasing.md)
1616
- [Immutable data](./advanced_unsafety/immutable_data.md)
1717
- [Atomic ordering](./advanced_unsafety/atomic_ordering.md)

0 commit comments

Comments
 (0)