diff options
| author | P1start <rewi-github@whanau.org> | 2014-09-13 13:55:37 +1200 |
|---|---|---|
| committer | P1start <rewi-github@whanau.org> | 2014-10-03 20:39:56 +1300 |
| commit | 94bcd3539c761b4ecf423800bce21057c4e961fa (patch) | |
| tree | 51c0030bfc0a527ce57da49f0987f726ea0ed912 /src/libuuid | |
| parent | aa034cd3bac3155e0f6c74c399314b5ee32f88fc (diff) | |
| download | rust-94bcd3539c761b4ecf423800bce21057c4e961fa.tar.gz rust-94bcd3539c761b4ecf423800bce21057c4e961fa.zip | |
Set the `non_uppercase_statics` lint to warn by default
Diffstat (limited to 'src/libuuid')
| -rw-r--r-- | src/libuuid/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libuuid/lib.rs b/src/libuuid/lib.rs index f728205c3a5..c0c3f707ecb 100644 --- a/src/libuuid/lib.rs +++ b/src/libuuid/lib.rs @@ -173,6 +173,7 @@ impl fmt::Show for ParseError { } // Length of each hyphenated group in hex digits +#[allow(non_uppercase_statics)] static UuidGroupLens: [uint, ..5] = [8u, 4u, 4u, 4u, 12u]; /// UUID support |
