liballoc: apply uniform_paths.

This commit is contained in:
Mazdak Farrokhzad 2019-02-02 11:05:20 +01:00
parent 3bfa0a35f6
commit 748970dfa9
9 changed files with 20 additions and 19 deletions

View file

@ -229,7 +229,7 @@ pub fn handle_alloc_error(layout: Layout) -> ! {
#[cfg(test)]
mod tests {
extern crate test;
use self::test::Bencher;
use test::Bencher;
use crate::{
boxed::Box,
alloc::{Global, Alloc, Layout, handle_alloc_error},