summaryrefslogtreecommitdiff
path: root/src/eval/value.rs
diff options
context:
space:
mode:
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>);