Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: (lambda-http, lambda-extension): add missing docsrs feature annotations#945

chore: (lambda-http, lambda-extension): add missing docsrs feature annotations

chore: (lambda-http, lambda-extension): add missing docsrs feature annotations #945

Workflow file for this run

name:Formatting and Linting
on:[push, pull_request]
jobs:
fmt:
name:Cargo fmt
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:dtolnay/rust-toolchain@nightly
with:
components:rustfmt
-uses:Swatinem/rust-cache@v2
-name:Run fmt check
id:cargoFmt
shell:bash
run:cargo +nightly fmt --all -- --check
clippy:
name:Cargo clippy
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:dtolnay/rust-toolchain@stable
-uses:Swatinem/rust-cache@v2
-name:Run clippy check
id:cargoClippy
shell:bash
run:cargo clippy --workspace --all-features -- -D warnings

[8]ページ先頭

©2009-2025 Movatter.jp