From ca70e5e321a3c174c53d0650feed84db471ac30d Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 11 Dec 2025 23:21:42 -1030 Subject: enable str_to_string clippy lint --- azalea/src/pathfinder/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') diff --git a/azalea/src/pathfinder/tests.rs b/azalea/src/pathfinder/tests.rs index 8c573405..6f4f7cb7 100644 --- a/azalea/src/pathfinder/tests.rs +++ b/azalea/src/pathfinder/tests.rs @@ -30,7 +30,7 @@ fn setup_blockposgoal_simulation( // you can uncomment this while debugging tests to get trace logs // simulation.app.add_plugins(bevy_log::LogPlugin { // level: bevy_log::Level::TRACE, - // filter: "".to_string(), + // filter: "".to_owned(), // ..Default::default() // }); -- cgit v1.2.3