Fix warning
Also disable debuginfo since it ICEs
This commit is contained in:
parent
3a9beb791d
commit
750065f111
@ -34,3 +34,6 @@ version = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
url = "0.2"
|
||||
|
||||
[profile.dev]
|
||||
debug = false
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![feature(slicing_syntax, core, std_misc, io)]
|
||||
#![feature(core, std_misc, io)]
|
||||
|
||||
extern crate postgres;
|
||||
extern crate "rustc-serialize" as serialize;
|
||||
|
Loading…
Reference in New Issue
Block a user