Fix warning

Also disable debuginfo since it ICEs
This commit is contained in:
Steven Fackler 2015-02-18 17:53:54 -08:00
parent 3a9beb791d
commit 750065f111
2 changed files with 4 additions and 1 deletions

View File

@ -34,3 +34,6 @@ version = "0.1"
[dev-dependencies]
url = "0.2"
[profile.dev]
debug = false

View File

@ -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;