From 60ba7dd14f4c61e7e615fb374d8353f8a4f0220b Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 8 Jan 2024 10:15:38 +0100 Subject: [PATCH] Use `std::io::read_to_string` (#826) The `std::io::read_to_string` shorthand was stabilized in 1.65. --- crates/install-wheel-rs/src/wheel.rs | 12 +++++------- crates/puffin-cli/tests/pip_sync.rs | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/install-wheel-rs/src/wheel.rs b/crates/install-wheel-rs/src/wheel.rs index d5e0c009c..98ca6e599 100644 --- a/crates/install-wheel-rs/src/wheel.rs +++ b/crates/install-wheel-rs/src/wheel.rs @@ -87,9 +87,8 @@ fn parse_scripts( ) -> Result<(Vec