Conversation
| /// * [`Expr::accept`] to drive a rewriter through an [`Expr`] | ||
| /// * [`rewrite_expr`]: For rewriting an [`Expr`] using functions | ||
| /// | ||
| /// [`Expr::accept`]: crate::expr_visitor::ExprVisitable::accept |
There was a problem hiding this comment.
this isn't the right link, but i couldn't figure out how to link to the Expr method implementation instead of just the ExprVisitable trait method itself.
There was a problem hiding this comment.
Well, it is better than a broken link -- thank you!
| /// * [`Expr::accept`] to drive a rewriter through an [`Expr`] | ||
| /// * [`rewrite_expr`]: For rewriting an [`Expr`] using functions | ||
| /// | ||
| /// [`Expr::accept`]: crate::expr_visitor::ExprVisitable::accept |
There was a problem hiding this comment.
Well, it is better than a broken link -- thank you!
|
Benchmark runs are scheduled for baseline = 8f3c8c3 and contender = eda875b. eda875b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
n/a
Rationale for this change
Fixing broken links that caused warnings when running
cargo doc. Also fix some typosWhat changes are included in this PR?
Are these changes tested?
cargo docno longer generates warningsAre there any user-facing changes?