From 945e4f9c7b9efadbcc40ee21a422073ac324f134 Mon Sep 17 00:00:00 2001 From: Kivanc Gunalp Date: Sun, 28 Jun 2026 08:36:44 +0300 Subject: [PATCH] fix: remove trailing blank lines in file_io README Co-Authored-By: Claude Sonnet 4.6 --- exercises/24_file_io/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/exercises/24_file_io/README.md b/exercises/24_file_io/README.md index 92779591..d311fb74 100644 --- a/exercises/24_file_io/README.md +++ b/exercises/24_file_io/README.md @@ -11,6 +11,3 @@ Here is the documentation for these functions in the standard library. - [BufWriter](https://doc.rust-lang.org/std/io/struct.BufWriter.html) - [Path](https://doc.rust-lang.org/stable/std/path/struct.Path.html) - [PathBuf](https://doc.rust-lang.org/std/path/struct.PathBuf.html) - - -