refactor(tvix/nix-compat): remove unused imports
Change-Id: I64523df2344233d9e424812d94b1c7ed2ecb1a74 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9956 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
parent
65e5c31adf
commit
6d7e619b8f
1 changed files with 1 additions and 2 deletions
|
@ -285,8 +285,7 @@ impl fmt::Display for StorePathRef<'_> {
|
|||
mod tests {
|
||||
use std::path::PathBuf;
|
||||
|
||||
use crate::nixbase32;
|
||||
use crate::store_path::{DIGEST_SIZE, ENCODED_DIGEST_SIZE};
|
||||
use crate::store_path::DIGEST_SIZE;
|
||||
use hex_literal::hex;
|
||||
use test_case::test_case;
|
||||
|
||||
|
|
Loading…
Reference in a new issue