Minor fix

This commit is contained in:
Minseong Jang
2022-12-06 21:32:34 +09:00
parent 69330fbd0f
commit c098b35ff2
2 changed files with 61 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#[cfg(test)]
mod test {
use ntest::timeout;
use super::super::assignment12::*;
use ntest::timeout;
use std::sync::mpsc::channel;
use std::thread;