Jelajahi Sumber

Silence unused function on non Windows platforms

Christian Göttsche 2 tahun lalu
induk
melakukan
05a19a7303
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/output/render/permissions.rs

+ 1 - 0
src/output/render/permissions.rs

@@ -88,6 +88,7 @@ impl f::Permissions {
     }
 }
 
+#[cfg(windows)]
 impl f::Attributes {
     pub fn render<C: Colours+FiletypeColours>(&self, colours: &C) -> Vec<ANSIString<'static>> {
         let bit = |bit, chr: &'static str, style: Style| {