danielrainer
danielrainer
If `window.bordered()` is used without specifying a border in its argument, the fallback should respect the user's winborder variable, instead of defaulting to `rounded`.
This allows creating a simple FTL formatter by parsing and then immediately serializing the parsing result again.
I just tried running all test using `cargo test --workspace --all-targets` and ran into a panic of the `resolver_iai` benchmark from the `fluent-bundle` crate. It can be run individually using...
### Summary The following code triggers the `unnecessary_unwrap` lint, which is understandable, since there is in fact a `is_some` check followed by an unwrap. However, rewriting the code as suggested...
Another step towards reducing the size of the main crate, and thereby speeding up incremental builds as well as unblocking other crate extraction. Stacked on #12181
I observed the following test failure: ```text ---- complete::tests::test_complete stdout ---- thread 'complete::tests::test_complete' (564243) panicked at src/complete.rs:2800:13: assertion `left == right` failed left: 3 right: 2 ``` When running the...
Allows indexing dirs. Fixes #12169
Adding this info here should hopefully reduce the number of instances where we need to tell new contributors about it in pull requests.