From c3adaea88cd44075cd1325207de7f1435a5885bf Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 31 Jul 2021 23:33:18 +1000 Subject: [PATCH] a minor multitude of meager modifications - clippy.sh now works if you're a weirdo with spaces in their $HOME path - a """performance optimisation""" to utils.rs so minor that i would be surprised if it saved the world one microwatt of electricity over my entire lifespan - cargo update - removed useless extension_from_path function --- .idea/inspectionProfiles/Project_Default.xml | 3 +++ Cargo.lock | 14 ++++++++------ clippy.sh | 2 +- src/main.rs | 8 ++------ src/tests/mod.rs | 13 ++++++------- src/utils.rs | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 725f4da..8778a14 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,5 +3,8 @@