Skip to content

Commit e32b744

Browse files
authored
Fix another formatting error in state-of-rust.md
1 parent 840b50f commit e32b744

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

state-of-rust.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ be completed.
8585
| libs | [Allow a `HashMap` and `BTreeMap` entry to be replaced.][44286] | Implemented | Blocked on decision to stabilise |
8686
| libs | [Cell::update][50186] | Implemented | Blocked on unresolved questions |
8787
| libs | [Custom allocators in standard collections][42774] | Implementation in progress | Blocked on [#47043] and [#50882] |
88-
| libs | [IP constructors][44582] | Implementation in progress | Blocked on moving the implementation to use
89-
ociated consts |
88+
| libs | [IP constructors][44582] | Implementation in progress | Blocked on moving the implementation to use associated consts |
9089
| libs | [Integer methods for Wrapping][32463] | Implementation in progress | Some methods are still missing implementations. |
9190
| libs | [Path/PathBuf normalization methods][47402] | Unimplemented | Blocked on implementation |
9291
| libs | [Pluggable panic implementations (RFC 1513)][32837] | Unimplemented | Blocked on unresolved design decisions |

0 commit comments

Comments
 (0)