Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewliebenow committed Oct 21, 2024
1 parent c46d8af commit d1e6d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_echo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// spell-checker:ignore (words) araba merci

use crate::common::util::TestScenario;
use std::ffi::OsStr;

#[test]
fn test_default() {
Expand Down Expand Up @@ -369,6 +368,7 @@ fn nine_bit_octal() {
#[test]
#[cfg(target_family = "unix")]
fn non_utf_8() {
use std::ffi::OsStr;
use std::os::unix::ffi::OsStrExt;

// ISO-8859-1 encoded text
Expand Down

0 comments on commit d1e6d0a

Please sign in to comment.