Skip to content

Commit 82c9deb

Browse files
committed
Finish merge
1 parent 3a63f48 commit 82c9deb

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,6 @@ jobs:
7575
# components: rustfmt
7676
# - name: cargo-semver-checks
7777
# uses: obi1kenobi/cargo-semver-checks-action@v2
78-
<<<<<<< HEAD
79-
doc:
80-
# run docs generation on nightly rather than stable. This enables features like
81-
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
82-
# API be documented as only available in some specific platforms.
83-
runs-on: ubuntu-latest
84-
name: nightly / doc
85-
steps:
86-
- uses: actions/checkout@v4
87-
with:
88-
submodules: true
89-
- name: Install nightly
90-
uses: dtolnay/rust-toolchain@nightly
91-
- name: Install cargo-docs-rs
92-
uses: dtolnay/install@cargo-docs-rs
93-
- name: cargo docs-rs
94-
run: cargo docs-rs -p optd-core
95-
=======
96-
>>>>>>> 2d3a297c0fa59d03e963ec96274402e947d84c4e
9778
hack:
9879
# cargo-hack checks combinations of feature flags to ensure that features are all additive
9980
# which is required for feature unification

0 commit comments

Comments
 (0)