Skip to content

Commit 750065f

Browse files
committed
Fix warning
Also disable debuginfo since it ICEs
1 parent 3a9beb7 commit 750065f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ version = "0.1"
3434

3535
[dev-dependencies]
3636
url = "0.2"
37+
38+
[profile.dev]
39+
debug = false

tests/test.rs

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

33
extern crate postgres;
44
extern crate "rustc-serialize" as serialize;

0 commit comments

Comments
 (0)