From a285ed8d9ac126f0d4f8dbc049c05eaddba55c80 Mon Sep 17 00:00:00 2001 From: sinu <65924192+sinui0@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:13:05 -0800 Subject: [PATCH 1/2] remove dead argument doc --- tlsn/tlsn-formats/src/http/commit.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tlsn/tlsn-formats/src/http/commit.rs b/tlsn/tlsn-formats/src/http/commit.rs index cc02852bc..560872933 100644 --- a/tlsn/tlsn-formats/src/http/commit.rs +++ b/tlsn/tlsn-formats/src/http/commit.rs @@ -38,7 +38,6 @@ impl HttpCommitError { /// /// # Arguments /// - /// * `idx` - The index of the request or response in the transcript. /// * `record_kind` - The kind of the record (request or response). /// * `msg` - The error message. /// * `source` - The source error. From 2fb7d687ca8c4073c114537cd59ec76895f5527f Mon Sep 17 00:00:00 2001 From: sinu <65924192+sinui0@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:13:34 -0800 Subject: [PATCH 2/2] remove another dead argument doc --- tlsn/tlsn-formats/src/http/commit.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tlsn/tlsn-formats/src/http/commit.rs b/tlsn/tlsn-formats/src/http/commit.rs index 560872933..c50708bca 100644 --- a/tlsn/tlsn-formats/src/http/commit.rs +++ b/tlsn/tlsn-formats/src/http/commit.rs @@ -84,7 +84,6 @@ pub trait HttpCommit { /// # Arguments /// /// * `builder` - The transcript commitment builder. - /// * `direction` - The direction of the transcript (sent or received). /// * `transcript` - The transcript to commit. fn commit_transcript( &mut self,