Merge pull request #213 from schungx/master

Fix closure bug.
This commit is contained in:
Stephen Chung
2020-08-08 23:22:56 +08:00
committed by GitHub
34 changed files with 940 additions and 180 deletions

View File

@@ -38,6 +38,7 @@ jobs:
- {toolchain: stable, os: macos-latest, experimental: false, flags: ""}
- {toolchain: beta, os: ubuntu-latest, experimental: false, flags: ""}
- {toolchain: nightly, os: ubuntu-latest, experimental: true, flags: ""}
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2