diff options
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, |
