Skip to content

Commit 8567b15

Browse files
committed
Clean up trailing whitespace
1 parent 6a2e762 commit 8567b15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rust-2024/never-type-fallback.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In the 2024 edition (and possibly in all editions on a later date) the fallback
5050
This makes it work more intuitively, now when you pass `!` and there is no reason to coerce it to
5151
something else, it is kept as `!`.
5252

53-
In some cases your code might depend on the fallback being `()`, so this can cause compilation
53+
In some cases your code might depend on the fallback being `()`, so this can cause compilation
5454
errors or changes in behavior.
5555

5656
[coercion site]: https://doc.rust-lang.org/reference/type-coercions.html#coercion-sites
@@ -138,4 +138,3 @@ if true {
138138
return
139139
};
140140
```
141-

0 commit comments

Comments
 (0)