diff options
| author | Vincent LE GOFF <g_n_s@hotmail.fr> | 2019-03-29 15:51:23 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-29 10:51:23 -0400 |
| commit | 5518b008b8df51c861e9e6040236ebe7ec5f854c (patch) | |
| tree | 28df1e0fedcf7951efc15b837a8e570cd8888de7 /toml/testdata/cargo.toml | |
| parent | 13aeee460a62dc6b49de3a7d5d6305ea51ab5e4c (diff) | |
toml: fix parsing comments (denoland/deno_std#311)
Original: https://github.com/denoland/deno_std/commit/a48fdd6a298e48a60dd8d56f2b459294892abfc3
Diffstat (limited to 'toml/testdata/cargo.toml')
| -rw-r--r-- | toml/testdata/cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toml/testdata/cargo.toml b/toml/testdata/cargo.toml index 5402d10a4..291aa7db6 100644 --- a/toml/testdata/cargo.toml +++ b/toml/testdata/cargo.toml @@ -53,4 +53,4 @@ tokio-threadpool = "0.1.11" url = "1.7.2" [target.'cfg(windows)'.dependencies] -winapi = "0.3.6"
\ No newline at end of file +winapi = "0.3.6" |
