Skip to content

chore: remove .to_string() from tests #104

chore: remove .to_string() from tests

chore: remove .to_string() from tests #104

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: rust-clippy-check
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}