Skip to content

add Reply::as_raw

add Reply::as_raw #108

Workflow file for this run

on: [push, pull_request]
name: Continuous Integration
jobs:
check:
name: Lint
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -Dwarnings
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check