mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
4bd9ed9b88
This replaces the `update-all-references` scripts with a single cargo dev bless command. cc #5394
3 lines
58 B
Bash
Executable file
3 lines
58 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Please use 'cargo dev bless' instead."
|