We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4030d85 commit 7002a93Copy full SHA for 7002a93
build.rs
@@ -7,7 +7,7 @@ use std::path::Path;
7
use std::convert::AsRef;
8
9
// From http://www.postgresql.org/docs/9.2/static/errcodes-appendix.html
10
-static SQLSTATES: &'static [(&'static str, &'static str)] = &[
+const SQLSTATES: &'static [(&'static str, &'static str)] = &[
11
// Class 00 — Successful Completion
12
("00000", "SuccessfulCompletion"),
13
0 commit comments