@@ -133,10 +133,10 @@ jobs:
133133 targets : ${{ matrix.platform.target }}
134134 components : clippy, ${{ matrix.platform.components }}
135135
136- - name : Check documentation
137- run : cargo doc --no-deps $OPTIONS --document-private-items
138- env :
139- RUSTDOCFLAGS : ' --deny=warnings ${{ matrix.platform.rustflags }}'
136+ # - name: Check documentation
137+ # run: cargo doc --no-deps $OPTIONS --document-private-items
138+ # env:
139+ # RUSTDOCFLAGS: '--deny=warnings ${{ matrix.platform.rustflags }}'
140140
141141 - name : Build crate
142142 run : cargo $CMD build $OPTIONS
@@ -163,9 +163,9 @@ jobs:
163163 matrix.toolchain != '1.70.0'
164164 run : cargo $CMD test $OPTIONS
165165
166- - name : Lint with clippy
167- if : (matrix.toolchain == 'stable') && !contains(matrix.platform.options, '--no-default-features')
168- run : cargo clippy --all-targets $OPTIONS -- -Dwarnings
166+ # - name: Lint with clippy
167+ # if: (matrix.toolchain == 'stable') && !contains(matrix.platform.options, '--no-default-features')
168+ # run: cargo clippy --all-targets $OPTIONS -- -Dwarnings
169169
170170 - name : Build tests with serde enabled
171171 if : >
@@ -182,11 +182,11 @@ jobs:
182182 matrix.toolchain != '1.70.0'
183183 run : cargo $CMD test $OPTIONS --features serde
184184
185- - name : Check docs.rs documentation
186- if : matrix.toolchain == 'nightly'
187- run : cargo doc --no-deps $OPTIONS --features=rwh_04,rwh_05,rwh_06,serde,mint,android-native-activity
188- env :
189- RUSTDOCFLAGS : ' --deny=warnings ${{ matrix.platform.rustflags }} --cfg=docsrs --cfg=unreleased_changelogs'
185+ # - name: Check docs.rs documentation
186+ # if: matrix.toolchain == 'nightly'
187+ # run: cargo doc --no-deps $OPTIONS --features=rwh_04,rwh_05,rwh_06,serde,mint,android-native-activity
188+ # env:
189+ # RUSTDOCFLAGS: '--deny=warnings ${{ matrix.platform.rustflags }} --cfg=docsrs --cfg=unreleased_changelogs'
190190
191191 # See restore step above
192192 - name : Save cache of cargo folder
0 commit comments