Explorar el Código

Fix cargo doc

Ian Goldberg hace 6 meses
padre
commit
0e223e7e2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`