Skip to content

fix: update metrics crate and remove unused import for rustc 1.94 compat#429

Open
mrmodolo wants to merge 1 commit intoInlyne-Project:mainfrom
mrmodolo:fix/rustc-1.94-compat
Open

fix: update metrics crate and remove unused import for rustc 1.94 compat#429
mrmodolo wants to merge 1 commit intoInlyne-Project:mainfrom
mrmodolo:fix/rustc-1.94-compat

Conversation

@mrmodolo
Copy link
Copy Markdown

Summary

This PR fixes a build failure with rustc 1.94+ and removes an unused import warning.

Changes

Reproduction

Building with rustc 1.94.0 fails with:

error[E0521]: borrowed data escapes outside of associated function
--> metrics-0.24.0/src/recorder/mod.rs:156:13

Fixed by running:
bash
cargo update -p metrics
cargo fix --bin "inlyne" -p inlyne --allow-dirty

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.

1 participant