Tobias Bieniek
Tobias Bieniek
looks like you're right. I wasn't aware that the behavior of `todo!()` also changed in the 2024 edition. seems like a questionable change IMHO, but I guess that ship has...
could we restrict the hack impl by Rust version or something like that?
you can find the IntelliJ documentation at https://plugins.jetbrains.com/docs/intellij/welcome.html and you can use `./gradlew runIde` to open the IDE with the local plugin installed
> skylines: What I would discuss there is a better integration than scraping a website. I would assume that PureTrack uses the SkyLines API, same as the SkyLines frontend. Since...
it looks like there are no major concerns brought up so far and the point about the large number of deltas is already addressed in the RFC, so let's get...
> I wonder if the issues with the excessive deltas/commits could also be reduced by starting the process shortly after having done a index squash, and by doing another index...
before I forget: we discussed this RFC in the crates.io team meeting last week and once accepted and implemented we are planning to publish an Inside Rust blog post with...
@rfcbot concern features using dev-dependencies On [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/Downloading.20a.20crate.20and.20all.20of.20its.20dependencies/near/465871210) @shepmaster notified us that `cargo` and crates.io currently allow publishing crates with features that depend on dev-dependencies. While these features are not usable...
> I'm interested in using the devs dependency information for a tool that I'm _currently planning_ which will run the test suite for all your dependencies recurisvely I'd suggest using...
regarding the concern raised in https://github.com/rust-lang/rfcs/pull/3674#issuecomment-2316922888: in the crates.io team meeting last week we decided to delay our decision on how to proceed a little bit. @shepmaster is currently working...