From 84b4b5a625e2f89affec6aa074d7850d77b2ba20 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Fri, 28 Jan 2022 12:01:08 +0000 Subject: [PATCH] Exclude examples for now. --- .github/workflows/clippy-fmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy-fmt.yml b/.github/workflows/clippy-fmt.yml index 51a0c70f1..9f5a0570a 100644 --- a/.github/workflows/clippy-fmt.yml +++ b/.github/workflows/clippy-fmt.yml @@ -21,7 +21,7 @@ jobs: RUSTDOCFLAGS: "-D warnings" with: command: doc - args: --no-deps --all-features --examples --workspace + args: --no-deps --all-features --workspace fmt: runs-on: ubuntu-latest