liballoc: apply uniform_paths.
This commit is contained in:
parent
3bfa0a35f6
commit
748970dfa9
9 changed files with 20 additions and 19 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue