Skip to content

Conversation

emmanuel-ferdman
Copy link
Contributor

PR Summary

The tempfile library has deprecated TempDir::into_path(), replacing it by TempDir::keep() starting version 3.3. It leads to the following warnings which you can find in the CI logs:

warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
   --> src/lib.rs:211:38
    |
211 |             let temp_file = temp_dir.into_path().join("result.asm");

@antoyo antoyo merged commit acfb046 into rust-lang:master Jun 11, 2025
38 checks passed
@antoyo
Copy link
Contributor

antoyo commented Jun 11, 2025

Thanks for your contribution!

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