Correct path splitting on Windows

[?]
Jan 2, 2021, 9:13 AM
TTV4YIWFBBICNLNVN4PVRQLM2QU7KDIUMDN6TGGVADINXJU7KQBAC

Dependencies

  • [2] BZSC7VMY address clippy lints
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • edit in libpijul/src/path.rs at line 80
    [4.670198]
    [2.2817]
    #[cfg(not(windows))]
  • edit in libpijul/src/path.rs at line 83
    [4.670287]
    [4.670287]
    }
    #[cfg(windows)]
    pub fn components(path: &str) -> Components {
    Components(path.split('\\'))