chore: remove x86-intel.xml from stdarch-verify crate
This commit is contained in:
parent
09be05e467
commit
fcaf610615
2 changed files with 1 additions and 158423 deletions
|
|
@ -164,7 +164,7 @@ fn verify_all_signatures() {
|
|||
// Open up the network console and you'll see an xml file was downloaded
|
||||
// (currently called data-3.6.9.xml). That's the file we downloaded
|
||||
// here.
|
||||
let xml = include_bytes!("../x86-intel.xml");
|
||||
let xml = include_bytes!("../../../intrinsics_data/x86-intel.xml");
|
||||
|
||||
let xml = &xml[..];
|
||||
let data: Data = quick_xml::de::from_reader(xml).expect("failed to deserialize xml");
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue