clippy: fix cfg

AfoHT
Aug 27, 2024, 6:34 PM
CBUAVZ6XKW2F6CBJCSK7RF456XPEONQ4AVCIVXOQTW6RHBGE7LVAC

Dependencies

  • [2] 5USC3DZ3 Split out CSV into a module
  • [3] LX2NJJ2B Fix typo: exorts -> exports

Change contents

  • replacement in src/ica_csv.rs at line 47
    [2.2125][2.2125:2147]()
    #[cfg(not(pipe))]
    [2.2125]
    [2.2147]
    #[cfg(not(feature = "pipe"))]
  • replacement in src/ica_csv.rs at line 54
    [2.2307][2.2307:2324]()
    #[cfg(pipe)]
    [2.2307]
    [2.2324]
    #[cfg(feature = "pipe")]
  • replacement in src/ica_csv.rs at line 61
    [2.2486][2.2486:2508]()
    #[cfg(not(pipe))]
    [2.2486]
    [2.2508]
    #[cfg(not(feature = "pipe"))]
  • replacement in src/ica_csv.rs at line 65
    [2.2604][2.2604:2621]()
    #[cfg(pipe)]
    [2.2604]
    [2.2621]
    #[cfg(feature = "pipe")]