summaryrefslogtreecommitdiff
path: root/src/eval/value.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/value.rs
parentf105663037c44740b5aa02dea72a9b368bc003e0 (diff)
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/eval/value.rs')
-rw-r--r--src/eval/value.rs1
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>);