rust-clippy/tests/ui-cargo/update-all-references.sh
Philipp Hansch 4bd9ed9b88
Rewrite update-all-references bash scripts in Rust
This replaces the `update-all-references` scripts with a single

    cargo dev bless

command.

cc #5394
2020-12-12 15:09:57 +01:00

3 lines
58 B
Bash
Executable file

#!/bin/bash
echo "Please use 'cargo dev bless' instead."