remove hack for decoding, and add a test that encoding/decoding works now

This commit is contained in:
holger krekel
2019-12-10 01:21:28 +01:00
parent 2cbf287998
commit d0a04be825
4 changed files with 4 additions and 26 deletions

View File

@@ -185,7 +185,7 @@ jobs:
- *restore-cache
- run:
name: Run cargo clippy
command: cargo clippy --all
command: cargo clippy
workflows: