rust/ci
Yacin Tmimi 8c4c336e37 remove archived error-chain crate from integration tests
Can't run `cargo test --all` for `error-chain` anymore. The tests don't
compile because of `#[deny(invalid_doc_attributes)]`. Here's  the error
message:

```
error: this attribute can only be applied at the crate level
   --> tests/tests.rs:508:7
    |
508 | #[doc(test)]
    |       ^^^^
    |
    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level> for more information
    = note: `#[deny(invalid_doc_attributes)]` on by default
help: to apply to the crate, use an inner attribute
    |
508 | #![doc(test)]
    |  +
```
2024-06-12 22:40:05 -04:00
..
build_and_test.bat Build nightly rustfmt using --all-features in CI 2023-08-13 13:49:06 -05:00
build_and_test.sh Build nightly rustfmt using --all-features in CI 2023-08-13 13:49:06 -05:00
check_diff.sh chore: fix some typos 2024-04-07 15:20:42 -05:00
integration.sh remove archived error-chain crate from integration tests 2024-06-12 22:40:05 -04:00