Commit da1fd7a4 by Ehsan M. Kermani Committed by Nick Hynes

[RUST] Remove empty ty.rs (#2958)

parent e68874d6
......@@ -22,7 +22,7 @@ const _NDARRAY_LIST_MAGIC: u64 = 0xF7E58D4F05049CB7;
/// # Examples
///
/// ```
/// let graph_json = fs::read_to_string("graph.json")).unwrap();
/// let graph_json = fs::read_to_string("graph.json").unwrap();
/// let graph = Graph::try_from(&graph_json).unwrap();
/// ```
#[derive(Serialize, Deserialize, Debug)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment