Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Dec 20, 2020
1 parent 5fb57cf commit 075d331
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ impl<'a, T> OCaml<'a, T> {
}

/// Converts this OCaml value into a Rust value.
///
/// # Example
///
/// TODO
pub fn to_rust<RustT>(&self) -> RustT
where
RustT: FromOCaml<T>,
Expand Down

0 comments on commit 075d331

Please sign in to comment.