Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #8672 - dtolnay:cachedir, r=alexcrichton
End CACHEDIR.TAG with newline Before: ``` /path/to$ cat target/CACHEDIR.TAG Signature: 8a477f597d28d172789f06886806bc55 # This file is a cache directory tag created by cargo. # For information about cache directory tags see https://bford.info/cachedir//path/to$ ▎ ``` After: ``` /path/to$ cat target/CACHEDIR.TAG Signature: 8a477f597d28d172789f06886806bc55 # This file is a cache directory tag created by cargo. # For information about cache directory tags see https://bford.info/cachedir/ /path/to$ ▎ ```
- Loading branch information