Ian Jackson

Results 75 issues of Ian Jackson
trafficstars

I was looking at the code in `helpers.rs` with a view to excluding panics (see #20, also #29). I noticed that these functions all use `

The `runtime` module of `tls-api` is constructed so that if both tokio and async_std are enabled, the whole crate fails to compile. (As the docs say, "Currently the features are...

# Summary Putting `#![allow(clippy::non_minimal_cfg)]` at the top of the module, or on the mod statement, sometimes doesn't work! ### Lint Name non_minimal_cfg ## To reproduce ### `Cargo toml` ```toml [package]...

C-bug
I-false-positive

### Summary This lint fires for any continuation that isn't indented as much as rustdoc thinks. But, a one-character-less indent for a bulleted list is wholly unambiguous and doesn't pose...

C-bug
I-false-positive

In #1947 and #1958 I botched, failing to update the `url=`` from the template I have fixed it now, but I notice that the CI passed. I think it would...

With this MR, we: * Test that the dependencies declared as minimal in our `Cargo.toml` do work * Avoid trying to do our MSRV tests with recent dependencies * Avoid...

This is the RFC MR I proposed in #16. The overall effect is that we change to always use `match` and always use `{ field: ... }` syntax, so for...

Change the output when the user requests debug printing of a tuple struct in named fields syntax. Previously we output `_0: ` (for example), which isn't really right: Rust permits...

Hi. Since some time a little over a month ago, we have not been able to build with `--target x86_64-apple-darwin`. We see this: ``` The following warnings were emitted during...

O-apple

I think it's fair to say that `fehler` has been a success. Apparently (#66) aren't able to work on this right now, which is sad. The way that cargo works...