Skip to content

Commit 67a4f7f

Browse files
committed
Fix rustdoc errors.
1 parent cd16709 commit 67a4f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/toolbox/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Contains lower-level tools that allow programmable specification
22
//! of proof statements.
33
//!
4-
//! The higher-level [`define_proof`] macro allows declarative
4+
//! The higher-level `define_proof` macro allows declarative
55
//! specification of static proof statements, and expands into code
66
//! that uses this lower-level API. This lower-level API can also be
77
//! used directly to perform imperative specification of proof
@@ -28,7 +28,7 @@
2828
//! to the generic statement function, then consume the verifier to
2929
//! obtain a verification result.
3030
//!
31-
//! Note that the expansion of the [`define_proof`] macro contains a
31+
//! Note that the expansion of the `define_proof` macro contains a
3232
//! public `internal` module with the generated proof statement
3333
//! function, making it possible to combine generated and hand-crafted
3434
//! proof statements into the same constraint system.

0 commit comments

Comments
 (0)