summaryrefslogtreecommitdiff
path: root/src/eval/args.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-11-24 16:12:41 +0100
committerLaurenz <laurmaedje@gmail.com>2020-11-24 16:12:41 +0100
commit761931405c68efe0a35d96524df797dda7155723 (patch)
tree31ac2153dc0e5a5dc4fb4f46f839caed8066542a /src/eval/args.rs
parentf105663037c44740b5aa02dea72a9b368bc003e0 (diff)
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/eval/args.rs')
-rw-r--r--src/eval/args.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/eval/args.rs b/src/eval/args.rs
index dda6fedf..e9bf378b 100644
--- a/src/eval/args.rs
+++ b/src/eval/args.rs
@@ -28,10 +28,8 @@ impl Args {
})
}
- /// This is the same as [`get`], except that it generates an error about a
+ /// This is the same as [`get`](Self::get), except that it generates an error about a
/// missing argument with the given `name` if the key does not exist.
- ///
- /// [`get`]: #method.get
pub fn need<'a, K, T>(
&mut self,
ctx: &mut EvalContext,