mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
docs(tlsn-formats): remove dead argument docs (#429)
* remove dead argument doc * remove another dead argument doc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user