Skip to content

Commit 6a8173b

Browse files
committed
Make doc-comment a dev dep
1 parent 44c136b commit 6a8173b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ repository = "https://github.com/jzombie/rust-string-auto-indent"
88
license = "MIT"
99

1010
[dependencies]
11-
doc-comment = "0.3.3"
1211
line-ending = "1.2.0"
12+
13+
[dev-dependencies]
14+
doc-comment = "0.3.3"

0 commit comments

Comments
 (0)