Remove a few more explicit alloc:: and core::.

These were accidently re-introduced by
d645902620 after
39e57e3e9a landed.
This commit is contained in:
Dan Gohman
2019-11-18 22:35:27 -08:00
committed by Jakub Konka
parent d645902620
commit ea73d4fa91
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ use faerie::artifact::{Decl, SectionKind};
use faerie::*;
use gimli::write::{Address, Dwarf, EndianVec, Result, Sections, Writer};
use gimli::{RunTimeEndian, SectionId};
use std::result;
#[derive(Clone)]
struct DebugReloc {