Skip to content

Commit

Permalink
rust: remove try_reserve feature
Browse files Browse the repository at this point in the history
It is enabled by default as of Rust 1.57.
  • Loading branch information
indygreg committed Jun 13, 2022
1 parent 96c28af commit 41efb8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust-ext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// This software may be modified and distributed under the terms
// of the BSD license. See the LICENSE file for details.

#![feature(try_reserve)]

use pyo3::{prelude::*, types::PySet};

mod buffers;
Expand Down

0 comments on commit 41efb8a

Please sign in to comment.