From e3532f2154ff4d7466b4f5d6304a2b0add7ab908 Mon Sep 17 00:00:00 2001
From: "github-merge-queue[bot]"
Date: Mon, 16 Oct 2023 07:56:27 +0000
Subject: [PATCH] deploy: c527f5edd2f1c3964186e3b48f95167cb11f9ae2
---
docs/chiquito/ast/query/enum.Queriable.html | 6 +++---
docs/chiquito/ast/type.ASTExpr.html | 2 +-
docs/chiquito/frontend/dsl/cb/struct.Constraint.html | 2 +-
docs/chiquito/index.html | 2 +-
docs/chiquito/poly/enum.Expr.html | 4 ++--
docs/chiquito/poly/trait.ToExpr.html | 2 +-
docs/chiquito/poly/trait.ToField.html | 2 +-
docs/chiquito/wit_gen/struct.StepInstance.html | 4 ++--
docs/chiquito/wit_gen/struct.TraceWitness.html | 4 ++--
docs/implementors/core/clone/trait.Clone.js | 2 +-
docs/implementors/core/cmp/trait.Eq.js | 2 +-
docs/implementors/core/cmp/trait.PartialEq.js | 2 +-
docs/implementors/core/convert/trait.From.js | 2 +-
docs/implementors/core/default/trait.Default.js | 2 +-
docs/implementors/core/fmt/trait.Debug.js | 2 +-
docs/implementors/core/fmt/trait.Display.js | 2 +-
docs/implementors/core/hash/trait.Hash.js | 2 +-
docs/implementors/core/marker/trait.Copy.js | 2 +-
docs/implementors/core/marker/trait.StructuralEq.js | 2 +-
docs/implementors/core/marker/trait.StructuralPartialEq.js | 2 +-
docs/implementors/core/ops/arith/trait.Add.js | 2 +-
docs/implementors/core/ops/arith/trait.Neg.js | 2 +-
.../halo2_proofs/plonk/circuit/trait.Circuit.js | 2 +-
docs/implementors/serde/de/trait.Deserialize.js | 2 +-
docs/search-index.js | 2 +-
25 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/docs/chiquito/ast/query/enum.Queriable.html b/docs/chiquito/ast/query/enum.Queriable.html
index 32aaf564..c2a3f987 100644
--- a/docs/chiquito/ast/query/enum.Queriable.html
+++ b/docs/chiquito/ast/query/enum.Queriable.html
@@ -18,12 +18,12 @@
with arbitrary rotation. Must be called on a shared signal and used within a
transition
constraint. Returns a new Queriable
shared signal with positive or
negative rotation.
-
The resulting type after applying the +
operator.
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
The resulting type after applying the +
operator.
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Deserialize this value from the given Serde deserializer.
Read more
Converts to this type from the input type.
Converts to this type from the input type.
The resulting type after applying the *
operator.
The resulting type after applying the -
operator.
This method tests for
self
and
other
values to be equal, and is used
+ Self:
Sized,
The resulting type after applying the *
operator.
The resulting type after applying the -
operator.
This method tests for self
and other
values to be equal, and is used
by ==
.
This method tests for !=
. The default implementation is almost always
-sufficient, and should not be overridden without very good reason.
The resulting type after applying the -
operator.
The resulting type after applying the -
operator.