Fix clippy errors

This commit is contained in:
spikecodes 2021-03-26 20:00:47 -07:00
parent 14f9ac4ca7
commit 66ac72beab
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
8 changed files with 32 additions and 37 deletions

View file

@ -21,6 +21,12 @@ jobs:
- name: Build
run: cargo build --release
- uses: actions/upload-artifact@v2.2.1
name: Upload a Build Artifact
with:
name: libreddit
path: target/release/libreddit
- name: Versions
id: version
@ -35,7 +41,6 @@ jobs:
name: ${{ steps.version.outputs.version }} - NAME
draft: true
files: target/release/libreddit
fail_on_unmatched_files: true
body: |
- CHANGES