Skip to content

Commit e615e91

Browse files
crumplecupCopilot
andcommitted
merge: dev → main for 0.11.1 release
- fix(unexpected_cfgs): suppress cfg warning spam across workspace - feat: default features changed to [] for granular dep selection - fix(elicitation): add graph to cli feature deps - fix(ci): exclude nightly-only crates from stable clippy and doc check - fix(lint): two-pass lint recipe for stable+nightly crates - docs: release notes for 0.11.1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2 parents 9002fd3 + 5959876 commit e615e91

2,189 files changed

Lines changed: 3528 additions & 308631 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
run: cargo fmt --all -- --check
5858

5959
- name: Clippy
60-
run: cargo clippy --workspace --all-targets ${{ matrix.extra_exclude }} -- -D warnings
60+
run: cargo clippy --workspace --all-targets --exclude elicitation_creusot --exclude elicitation_kani ${{ matrix.extra_exclude }} -- -D warnings
6161

6262
- name: Doc check
6363
env:
6464
RUSTDOCFLAGS: "-D warnings"
65-
run: cargo doc --workspace --no-deps ${{ matrix.extra_exclude }}
65+
run: cargo doc --workspace --no-deps --exclude elicitation_creusot --exclude elicitation_kani ${{ matrix.extra_exclude }}
6666

6767
# Ubuntu only: test elicitation_derive (fast, no heavy deps).
6868
test-derive:

0 commit comments

Comments
 (0)