# Objective Fixes #18461 Apparently `RustRover` creates a temporary file with a tilde like `load_scene_example.scn.ron~` and at the moment of calling `.canonicalize()` the file does not exists anymore. ## Solution Not call `.unwrap()` and return `None` fixes the issue. ## Testing - `cargo ci`: OK - Tested the `scene` example with `file_watcher` feature and it works as expected. Co-authored-by: François Mockers <mockersf@gmail.com> |
||
|---|---|---|
| .. | ||
| macros | ||
| src | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||