Drop unnecessary comment

This commit is contained in:
Richard Feldman 2022-05-08 21:37:23 -04:00
parent b7c7bbaf1d
commit ee2b9611a8
No known key found for this signature in database
GPG Key ID: 7E4127D1E4241798

View File

@ -5,8 +5,6 @@ license = "UPL-1.0"
authors = ["The Roc Contributors"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pulldown-cmark = { version = "0.8.0", default-features = false }
roc_ast = { path = "../ast" }