Skip to content

Commit

Permalink
Remove std::os::unix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Mar 2, 2024
1 parent 67b5487 commit 9d4fc66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ use snark_verifier_sdk::{gen_pk, CircuitExt, LIMBS};
use std::env::set_var;
use std::fs::{self, File};
use std::io::{BufRead, BufReader, BufWriter, Read, Write};
use std::os::unix::prelude::OsStrExt;
use std::path::{Path, PathBuf};
use std::process::{Command, Stdio};
use std::rc::Rc;
Expand Down

0 comments on commit 9d4fc66

Please sign in to comment.