Skip to content

Commit

Permalink
date: fix map_context avaibility on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Mar 25, 2023
1 parent 5ec217e commit a6cebed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/date/src/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use std::fs::File;
use std::io::{BufRead, BufReader};
use std::path::PathBuf;
use uucore::display::Quotable;
#[cfg(not(any(target_os = "macos", target_os = "redox")))]
use uucore::error::FromIo;
use uucore::error::{UResult, USimpleError};
use uucore::{format_usage, help_about, help_usage, show};
Expand Down

0 comments on commit a6cebed

Please sign in to comment.