fix
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
nora 2026-02-23 20:13:32 +01:00
parent 8e17992010
commit f2ddd7ab1c
3 changed files with 12 additions and 9 deletions

View file

@ -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 _;