Skip to content

Commit 41efb8a

Browse files
committed
rust: remove try_reserve feature
It is enabled by default as of Rust 1.57.
1 parent 96c28af commit 41efb8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust-ext/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// This software may be modified and distributed under the terms
55
// of the BSD license. See the LICENSE file for details.
66

7-
#![feature(try_reserve)]
8-
97
use pyo3::{prelude::*, types::PySet};
108

119
mod buffers;

0 commit comments

Comments
 (0)