DEFAULT_IGNORE.iter() (compatibility with different versions of Rust?)

pmeunier
Aug 5, 2021, 7:54 AM
V447GFPIJ4KJPI5P6XBTOIEVLV6TM3NC4RPUREAKJDOJSBP4KSHQC

Dependencies

  • [2] CB7UPUQF Customizable ignore_kinds (and a fix of .write())
  • [3] Q7CHNDXN Init repo with default .ignore file
  • [4] H72JG6HL Init feature; specific .ignore configs
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in pijul/src/repository.rs at line 147
    [3.984][3.984:1027]()
    for default_ignore in DEFAULT_IGNORE {
    [3.984]
    [2.58]
    for default_ignore in DEFAULT_IGNORE.iter() {