mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-03-14 23:46:03 +01:00
parent
8e17992010
commit
f2ddd7ab1c
3 changed files with 12 additions and 9 deletions
|
|
@ -1702,9 +1702,12 @@ impl Inst {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
extern crate std;
|
||||
use std::borrow::ToOwned;
|
||||
use std::string::String;
|
||||
use std::vec::Vec;
|
||||
|
||||
use core::sync::atomic::AtomicU32;
|
||||
use core::sync::atomic::Ordering;
|
||||
use std::prelude::rust_2024::*;
|
||||
|
||||
use std::fmt::Write as _;
|
||||
use std::io::Write as _;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue