Skip to content

Commit 3367bec

Browse files
committed
Add a missing feature
1 parent 4658cf3 commit 3367bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(collections, core, std_misc, io)]
1+
#![feature(collections, core, std_misc, io, str_char)]
22

33
#[macro_use] extern crate log;
44
extern crate "postgres" as pg;

0 commit comments

Comments
 (0)