docs(tlsn-formats): remove dead argument docs (#429)

* remove dead argument doc

* remove another dead argument doc
This commit is contained in:
sinu.eth
2024-02-09 09:47:09 -08:00
committed by GitHub
parent e19fb006a3
commit a439838a22

View File

@@ -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.
@@ -85,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,