Skip to content

Commit 7002a93

Browse files
committed
More build script modernization
1 parent 4030d85 commit 7002a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::path::Path;
77
use std::convert::AsRef;
88

99
// From http://www.postgresql.org/docs/9.2/static/errcodes-appendix.html
10-
static SQLSTATES: &'static [(&'static str, &'static str)] = &[
10+
const SQLSTATES: &'static [(&'static str, &'static str)] = &[
1111
// Class 00 — Successful Completion
1212
("00000", "SuccessfulCompletion"),
1313

0 commit comments

Comments
 (0)