Skip to content

Commit

Permalink
Allow non-upper-case globals
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Nov 28, 2019
1 parent 0738763 commit 2ab3c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#![cfg_attr(feature = "alloc_trait", feature(allocator_api))]
#![deny(missing_docs, intra_doc_link_resolution_failure)]
#![allow(non_upper_case_globals)]
#![no_std]

extern crate jemalloc_sys;
Expand Down

0 comments on commit 2ab3c2d

Please sign in to comment.