We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add515f commit 8678970Copy full SHA for 8678970
.github/workflows/clippy_bors.yml
@@ -232,15 +232,15 @@ jobs:
232
matrix:
233
integration:
234
- 'rust-lang/cargo'
235
- # FIXME: re-enable once fmt_macros is renamed in RLS
236
- # - 'rust-lang/rls'
+ - 'rust-lang/rls'
237
- 'rust-lang/chalk'
238
- 'rust-lang/rustfmt'
239
- 'Marwes/combine'
240
- 'Geal/nom'
241
- 'rust-lang/stdarch'
242
- 'serde-rs/serde'
243
- - 'chronotope/chrono'
+ # FIXME: chrono currently cannot be compiled with `--all-targets`
+ # - 'chronotope/chrono'
244
- 'hyperium/hyper'
245
- 'rust-random/rand'
246
- 'rust-lang/futures-rs'
0 commit comments