From c022ab465dfc789ea0ce036cdd3695b468785d1d Mon Sep 17 00:00:00 2001 From: melkor Date: Sun, 26 May 2024 13:24:44 -0700 Subject: [PATCH] Fix incorrect docstring --- src/io/slippi/de.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/io/slippi/de.rs b/src/io/slippi/de.rs index 753a87c..278efbd 100644 --- a/src/io/slippi/de.rs +++ b/src/io/slippi/de.rs @@ -35,8 +35,7 @@ pub struct Debug { pub struct Opts { /// Skip all frame data (faster when you only need start/end/metadata). pub skip_frames: bool, - /// Don't compute a hash of the replay's contents. - /// Enabled automatically when `skip_frames` is on. + /// Compute a hash of the replay's contents. pub compute_hash: bool, /// Debug options. pub debug: Option,