Skip to content

Commit c176393

Browse files
committed
Remove double line break issues
1 parent d6b6744 commit c176393

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/types/function-pointer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ A value of a function pointer type consists of an non-null address. A function p
6161
> [!NOTE]
6262
> Whether or not a function pointer value has provenance, and whether or not this provenance is represented as pointer fragments, is not yet decided.
6363
64-
6564
## Attributes on function pointer parameters
6665

6766
r[type.fn-pointer.attributes]

src/types/numeric.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Type | Minimum | Maximum
2929
`i128` | -(2<sup>127</sup>) | 2<sup>127</sup>-1
3030

3131

32-
3332
## Floating-point types
3433

3534
r[type.numeric.float]

src/types/pointer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ A wide pointer or reference is represented the same as `struct WidePointer<M>{da
112112
> [!NOTE]
113113
> The `WidePointer` struct has no guarantees about layout, and has the default representation.
114114
115-
116115
## Pointer Provenance
117116

118117
r[type.pointer.provenance]
@@ -136,7 +135,6 @@ A pointer is dangling if it has no provenance, or if it has provenance to an all
136135
> The above is necessary, but not sufficient, to avoid undefined behavior. The full requirements for pointer access is not yet decided.
137136
> A reference obtained in safe code is guaranteed to be valid for its usable lifetime, unless interfered with by unsafe code.
138137
139-
140138
[Interior mutability]: ../interior-mutability.md
141139
[_Lifetime_]: ../trait-bounds.md
142140
[_TypeNoBounds_]: ../types.md#type-expressions

0 commit comments

Comments
 (0)