Skip to content

v0.0.7#17

Merged
FL03 merged 22 commits intomainfrom
v0.0.7
Jan 2, 2026
Merged

v0.0.7#17
FL03 merged 22 commits intomainfrom
v0.0.7

Conversation

@FL03
Copy link
Owner

@FL03 FL03 commented Dec 29, 2025

Signed-off-by: FL03 [email protected]

Signed-off-by: FL03 <[email protected]>
@FL03 FL03 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Dec 29, 2025
@FL03 FL03 self-assigned this Dec 29, 2025
@FL03 FL03 added github_actions Pull requests that update GitHub Actions code tracking Any issues, pull-requests, or discussions used to track tasks, features, etc. test Any issues, modifications, or otherwise related to unit tests labels Dec 29, 2025
@FL03 FL03 added this to the v0.0.7 milestone Dec 29, 2025
@FL03 FL03 added benchmark Any issues, modifications, or otherwise related to benchmarks rust Any issues, modifications, or improvements that modify Rust code labels Dec 29, 2025
FL03 added 13 commits December 29, 2025 15:41
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
@FL03 FL03 marked this pull request as ready for review January 2, 2026 04:26
type Elem = &'a X;

fn map_into(self, f: F) -> Self::Cont<Y> {
self.as_ref().map(|x| f(x))

Check failure

Code scanning / clippy

redundant closure

redundant closure
FL03 added 5 commits January 1, 2026 22:34
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
@FL03 FL03 merged commit 456254e into main Jan 2, 2026
6 checks passed
@FL03 FL03 deleted the v0.0.7 branch January 2, 2026 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmark Any issues, modifications, or otherwise related to benchmarks bug Something isn't working dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request github_actions Pull requests that update GitHub Actions code rust Any issues, modifications, or improvements that modify Rust code test Any issues, modifications, or otherwise related to unit tests tracking Any issues, pull-requests, or discussions used to track tasks, features, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant