Skip to content

Commit 5802e27

Browse files
committed
Fixed small formatting bug in State Of Rust (again).
1 parent 3b81bf4 commit 5802e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state-of-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ be completed.
102102
| lang | [stmt_expr_attributes: Add attributes to expressions, etc.][15701] | Implemented | Blocked on stabilisation of attributes on expressions and blocks | 2018-07-14 |
103103
| lang | [the `linkage` feature][29603] | Implemented | Blocked on [#18804] | 2018-07-14 |
104104
| lang | [the `start` feature][29633] | Implemented | Blocked on decision to stabilise | 2018-07-14 |
105-
| lang | | [`associated_type_defaults`][29661] | Unimplemented | Blocked on decision on deprecation or semantic change | 2018-07-14 |
105+
| lang | [`associated_type_defaults`][29661] | Unimplemented | Blocked on decision on deprecation or semantic change | 2018-07-14 |
106106
| libes | [Specialization (RFC 1210)][31844] | Implemented | Blocked on restrictions of lifetime dispatch | 2018-07-14 |
107107
| libs | [API convention for blocking-, timeout-, and/or deadline-related functions][46316] | Unimplemented | Blocked on FCP | 2018-07-14 |
108108
| libs | [Add `is_empty` function to `ExactSizeIterator`][35428] | Unimplemented | Blocked on unresolved design decisions | 2018-07-14 |

0 commit comments

Comments
 (0)