소스 검색

Fix cargo doc

Ian Goldberg 6 달 전
부모
커밋
0e223e7e2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sigma_compiler_core/src/sigma/codegen.rs

+ 1 - 1
sigma_compiler_core/src/sigma/codegen.rs

@@ -183,7 +183,7 @@ impl<'a> CodeGen<'a> {
     }
 
     /// Generate the code for the `protocol` and `protocol_witness`
-    /// functions that create the [`ComposedRelation`] and `ComposedWitness`
+    /// functions that create the `ComposedRelation` and `ComposedWitness`
     /// structs, respectively, given a slice of [`Expr`]s that will be
     /// bundled into a single `LinearRelation`.  The `protocol` code
     /// must evaluate to a `Result<ComposedRelation>` and the `protocol_witness`