DEFAULT_IGNORE.iter() (compatibility with different versions of Rust?)
Dependencies
- [2]
CB7UPUQFCustomizable ignore_kinds (and a fix of .write()) - [3]
Q7CHNDXNInit repo with default .ignore file - [4]
H72JG6HLInit feature; specific .ignore configs - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/repository.rs at line 147
for default_ignore in DEFAULT_IGNORE {for default_ignore in DEFAULT_IGNORE.iter() {