Skip to content

Massaging linter with non_upper_case_globals.

Jeremy Soller requested to merge Yoric:master into master

Created by: Yoric

Problem: Redox won't build with the latest Rust Nightly. See https://github.com/rust-lang/rust/issues/36258.

Solution: surgical use of #[allow(non_upper_case_globals)]

TODOs: Also needs to happen in libstd.

Merge request reports