Skip to content

Commit

Permalink
Move doc-comment to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Garvys committed Feb 3, 2020
1 parent a535ba8 commit 0b1e3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ordered-float = '1'
typenum = '1.10.0'
stable_bst = '0.2.0'
unsafe_unwrap = '0.1.0'
doc-comment = "0.3.1"

[dev-dependencies]
counter = '0.4'
Expand All @@ -41,3 +40,4 @@ tempfile = '3.0'
path_abs = '0.5'
pretty_assertions = "0.6.1"
proptest = "0.9.4"
doc-comment = "0.3.1"

0 comments on commit 0b1e3d7

Please sign in to comment.