Skip to content

Commit 6128425

Browse files
committed
Remove unneeded feature gate
1 parent f22a595 commit 6128425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Postgres support for the `r2d2` connection pool.
22
#![doc(html_root_url="https://sfackler.github.io/doc")]
3-
#![feature(if_let)]
43
#![warn(missing_docs)]
54
extern crate r2d2;
65
extern crate postgres;

0 commit comments

Comments
 (0)