Merge 'rust-clippy/master' into clippyup
This commit is contained in:
commit
13cc27b445
240 changed files with 4450 additions and 1711 deletions
1
src/tools/clippy/.github/deploy.sh
vendored
1
src/tools/clippy/.github/deploy.sh
vendored
|
|
@ -8,6 +8,7 @@ rm -rf out/master/ || exit 0
|
|||
echo "Making the docs for master"
|
||||
mkdir out/master/
|
||||
cp util/gh-pages/index.html out/master
|
||||
cp util/gh-pages/script.js out/master
|
||||
cp util/gh-pages/lints.json out/master
|
||||
|
||||
if [[ -n $TAG_NAME ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue