From 79e0d04da6a1ba0da5015c9a4153bc5e31db4157 Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:15:12 +0200 Subject: [PATCH] Update ctru-rs/examples/file-explorer.rs Co-authored-by: Ian Chamberlain --- ctru-rs/examples/file-explorer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/examples/file-explorer.rs b/ctru-rs/examples/file-explorer.rs index 4a7fbda..6fa1183 100644 --- a/ctru-rs/examples/file-explorer.rs +++ b/ctru-rs/examples/file-explorer.rs @@ -143,7 +143,7 @@ impl<'a> FileExplorer<'a> { } } - /// Paginate output.' + // Paginate output. fn wait_for_page_down(&mut self) { println!("Press A to go to next page, or Start to exit");