Create `src/a.rs` with contents ``` // SNAP b6400f9 ``` then `make tidy` fails with: ``` File "/home/huon/rust/src/etc/tidy.py", line 60, in <module> a, b, c, phash = snapshot.determine_curr_snapshot_info() TypeError: determine_curr_snapshot_info() takes exactly 1 argument (0 given) ``` cc @cmr