File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 75
75
# components: rustfmt
76
76
# - name: cargo-semver-checks
77
77
# 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
97
78
hack :
98
79
# cargo-hack checks combinations of feature flags to ensure that features are all additive
99
80
# which is required for feature unification
You can’t perform that action at this time.
0 commit comments