Skip to content

Commit

Permalink
Document doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed May 23, 2024
1 parent 010d91a commit a26dc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaq-interpret/src/val.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fn rc_unwrap_or_clone<T: Clone>(a: Rc<T>) -> T {
pub type ValR2<V> = Result<V, Error<V>>;
pub type ValR2s<'a, V> = BoxIter<'a, ValR2<V>>;

// This makes `f64::from_str` accessible as intra-doc link.
#[cfg(doc)]
use core::str::FromStr;

Expand Down

0 comments on commit a26dc6d

Please sign in to comment.