Skip to content

fix the vector borrow when index=size #600

fix the vector borrow when index=size

fix the vector borrow when index=size #600

Workflow file for this run

name: cleanliness
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
branches: ["*"]
pull_request:
types:
- opened
- synchronize
branches:
- 'release**'
- 'main'
env:
DIEM_FORGE_NODE_BIN_PATH: ${{github.workspace}}/diem-node
LIBRA_CI: 1
MODE_0L: "TESTNET"
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup env
uses: ./.github/actions/build_env
- name: format
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- name: clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --tests -- -D warnings