We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68f734 commit a055e85Copy full SHA for a055e85
src/uu/stat/src/stat.rs
@@ -29,7 +29,6 @@ use std::{env, fs};
29
use thiserror::Error;
30
use uucore::time::{FormatSystemTimeFallback, format_system_time, system_time_to_sec};
31
32
-
33
#[derive(Debug, Error)]
34
enum StatError {
35
#[error("{}", translate!("stat-error-invalid-quoting-style", "style" => style.clone()))]
0 commit comments