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/value.rs | |
| parent | f105663037c44740b5aa02dea72a9b368bc003e0 (diff) | |
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/eval/value.rs')
| -rw-r--r-- | src/eval/value.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval/value.rs b/src/eval/value.rs index c6850f43..e897fa75 100644 --- a/src/eval/value.rs +++ b/src/eval/value.rs @@ -134,7 +134,6 @@ pub type ValueDict = Dict<SpannedEntry<Value>>; /// [`Value`] when directly putting the `Rc` in there, see the [Rust /// Issue]. /// -/// [`Value`]: enum.Value.html /// [Rust Issue]: https://github.com/rust-lang/rust/issues/31740 #[derive(Clone)] pub struct ValueFunc(pub Rc<Func>); |
