Skip to content

Commit 3b3a6a5

Browse files
authored
Style fix
1 parent 4fd4186 commit 3b3a6a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/expressions/operator-expr.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ fn average(values: &[f64]) -> f64 {
305305
}
306306
```
307307

308-
`as` can be used to explicitly perform [coercions](../type-coercions.md), as well as the following additional casts. Any cast that does not fit either a coercion rule or an entry in the table is a compiler error.
308+
`as` can be used to explicitly perform [coercions](../type-coercions.md), as well as the following additional casts.
309+
Any cast that does not fit either a coercion rule or an entry in the table is a compiler error.
309310
Here `*T` means either `*const T` or `*mut T`.
310311

311312
| Type of `e` | `U` | Cast performed by `e as U` |

0 commit comments

Comments
 (0)