We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ac661 commit 736b552Copy full SHA for 736b552
src/bits/uint.rs
@@ -59,10 +59,10 @@ macro_rules! make_uint {
59
}
60
61
impl<F: Field> $name<F> {
62
- #[doc = "Construct a constant "]
63
- #[doc = $r1cs_doc_name]
64
- #[doc = " from the native "]
65
- #[doc = $native_doc_name]
+ #[doc = "Construct a constant "]
+ #[doc = $r1cs_doc_name]
+ #[doc = " from the native "]
+ #[doc = $native_doc_name]
66
#[doc = " type."]
67
pub fn constant(value: $native) -> Self {
68
let mut bits = [Boolean::FALSE; $size];
0 commit comments