You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix clippy issue with tempfile::TempDir::into_path()
Fix a clippy warning with Rust 1.88+.
warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
--> test/crau_verify.rs:41:39
|
41 | let tmpdir = tempfile::tempdir()?.into_path();
| ^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: `ue-rs` (bin "crau_verify") generated 1 warning
Signed-off-by: Dongsu Park <[email protected]>
0 commit comments