mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-02 07:23:10 -08:00
Add cfg flag to bin .rs files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![cfg(target_os = "linux")]
|
||||
use std::io::{stdin, stdout, Read, Write};
|
||||
use std::result::Result;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![cfg(target_os = "linux")]
|
||||
use std::process::Stdio;
|
||||
|
||||
use tokio::io::{AsyncReadExt, AsyncWriteExt};
|
||||
|
||||
Reference in New Issue
Block a user