Skip to content

Commit

Permalink
updated imports as SimdUInt moved (#18)
Browse files Browse the repository at this point in the history
* updated imports as SimdUInt moved

* make rustfmt happy
  • Loading branch information
fabi321 committed Dec 27, 2023
1 parent ef832dd commit 15f0f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::framebuffer::FrameBuffer;
use const_format::formatcp;
use log::{info, warn};
use std::simd::{u32x8, Simd, SimdUint};
use std::simd::{num::SimdUint, u32x8, Simd};
use std::sync::Arc;
use tokio::io::AsyncWriteExt;

Expand Down

0 comments on commit 15f0f73

Please sign in to comment.