Skip to content

Commit

Permalink
updated imports as SimdUInt moved
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi321 committed Dec 27, 2023
1 parent ef832dd commit 53c9d62
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::{u32x8, Simd, num::SimdUint};
use std::sync::Arc;
use tokio::io::AsyncWriteExt;

Expand Down

0 comments on commit 53c9d62

Please sign in to comment.