Skip to content

Commit

Permalink
[RUST] Remove empty ty.rs (apache#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanmok authored and wweic committed Apr 7, 2019
1 parent 1d99660 commit 3100a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed rust/common/src/ty.rs
Empty file.
2 changes: 1 addition & 1 deletion rust/runtime/src/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 3100a7a

Please sign in to comment.