Actions
Bug #27122
openFix warnings in augeas module
Status:
Pending release
Priority:
N/A
Assignee:
Category:
Module - augeas
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep() --> policies/module-types/augeas/src/augeas.rs:382:36 | 382 | let d = tempdir().unwrap().into_path(); | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep() --> policies/module-types/augeas/src/augeas.rs:482:36 | 482 | let d = tempdir().unwrap().into_path(); | ^^^^^^^^^ warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep() --> policies/module-types/augeas/src/augeas.rs:508:36 | 508 | let d = tempdir().unwrap().into_path(); | ^^^^^^^^^ warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep() --> policies/module-types/augeas/src/augeas.rs:531:36 | 531 | let d = tempdir().unwrap().into_path(); | ^^^^^^^^^
Updated by Alexis Mousset 1 day ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 1 day ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder/pull/6464
Updated by Alexis Mousset 1 day ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4a20b0832dc2a7fb0ee40dc6855c1371f3ebfe17.
Actions