The [command to sync rustc-changes into the clippy repo](https://github.com/rust-lang/rust/pull/70654/files#diff-6a3371457528722a734f3c51d9238c13R206) crashes on my and @oli-obk s machine which means we can't sync clippy that way. `$ git subtree push -P src/tools/clippy git@github.com:matthiaskrgr/rust-clippy2 sync-from-rust` ``` git push using: git@github.com:matthiaskrgr/rust-clippy2 sync-from-rust /usr/lib/git-core/git-subtree: line 757: 181726 Done eval "$grl" 181727 Segmentation fault (core dumped) | while read rev parents; do process_split_commit "$rev" "$parents" 0; done ``` We need to figure out a way to work around that.