Skip to content

Upgrade to edition 2024#60

Merged
martinohmann merged 3 commits intomartinohmann:mainfrom
youknowone:edition2024
Feb 23, 2026
Merged

Upgrade to edition 2024#60
martinohmann merged 3 commits intomartinohmann:mainfrom
youknowone:edition2024

Conversation

@youknowone
Copy link
Copy Markdown
Contributor

for this project, edition affects a lot to cargo test speed

edition 2021

time cargo test > /dev/null 
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
     Running unittests src/lib.rs (target/debug/deps/vecmap-e7467bed5d40b8ad)
   Doc-tests vecmap
cargo test > /dev/null  14.88s user 7.99s system 45% cpu 49.809 total

edition 2024

time cargo test > /dev/null
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
     Running unittests src/lib.rs (target/debug/deps/vecmap-e7467bed5d40b8ad)
   Doc-tests vecmap
cargo test > /dev/null  0.77s user 0.27s system 98% cpu 1.058 total

Comment thread src/keyed/impls.rs
@martinohmann martinohmann merged commit ad02788 into martinohmann:main Feb 23, 2026
5 checks passed
@martinohmann
Copy link
Copy Markdown
Owner

Thanks!

@github-actions github-actions bot mentioned this pull request Feb 23, 2026
@github-actions github-actions bot mentioned this pull request Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants