diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-24 16:12:41 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-24 16:12:41 +0100 |
| commit | 761931405c68efe0a35d96524df797dda7155723 (patch) | |
| tree | 31ac2153dc0e5a5dc4fb4f46f839caed8066542a /src/eval/args.rs | |
| parent | f105663037c44740b5aa02dea72a9b368bc003e0 (diff) | |
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/eval/args.rs')
| -rw-r--r-- | src/eval/args.rs | 4 |
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, |
