Niclas Klugmann
Niclas Klugmann
I noticed that the build pattern for these two structs in DataValidation are probably better off in a builder pattern because some of their fields are not important to make...
I found this while working with nested function argument destructuring. ```rust struct Outer(T); struct Inner { field: u32 } fn stuff(Outer([...])) { ... } ``` When typing "Inner" inside the...
Hello there! I just wanted to ask about how much stuff is still being done here, as by now there's redundant dependencies in this crate that could be integrated into...
**rust-analyzer version**: 0.3.2500-standalone (a207299344 2025-06-15) **rustc version**: 1.87 **editor or extension**: VSCode **code snippet to reproduce**: ```rust const HERE: &str = "this is a string literal" fn foo() -> String...
Delete not consuming the service is a footgun in my opinion, since depending on control flow afterwards the service will never get deleted until the `Service` is dropped. Changing that...
I was wondering whether the unsafe {} for Provider registering could be removed by making use of the type system, so you get a handle object that unregisters the provider...
### Your GTNH Discord Username 2ndDerivative ### Feature Request Would there be a way to language-key the "Dynamic Lights" setting names? ### Final Checklist - [x] I have searched the...
Hi! I'd wanted to ask if you could release a new minor/patch version of tracing-subscriber? It's the only reason I still have two windows api binding crates in my (and...
Self-explanatory, I think this is a leftover from some previous version