Skip to content

Commit

Permalink
Remove remaining reference to the fallible feature
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jun 20, 2018
1 parent 570c425 commit a02805a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,4 @@ with `no_std` code, in which case `allocator_api` needs to be enabled.
* `allocator_api`: Add similar helpers to the `Box` type from the
`allocator_api` crate.

* `fallible`: Add `try_new`, `try_new_with`, and `try_new_zeroed` methods that
don't panic on OOM. Requires either the `allocator_api` feature or rust >= 1.28.

License: Apache-2.0/MIT

0 comments on commit a02805a

Please sign in to comment.