diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-23 21:14:48 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-23 21:14:48 -0800 |
| commit | 6766d0ead08ea261c081da7ee7854f1d21541d8c (patch) | |
| tree | 4173fa060e1e4e3544788756c3b6b762bf948bf4 | |
| parent | 5e9ca11c8d46de39fe6abb158ccf50016de1eee4 (diff) | |
| download | rust-6766d0ead08ea261c081da7ee7854f1d21541d8c.tar.gz rust-6766d0ead08ea261c081da7ee7854f1d21541d8c.zip | |
cargo: Long lines
| -rw-r--r-- | src/cargo/cargo.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cargo/cargo.rs b/src/cargo/cargo.rs index 845933f3590..e3af32767d3 100644 --- a/src/cargo/cargo.rs +++ b/src/cargo/cargo.rs @@ -273,7 +273,8 @@ fn load_one_source_package(&src: source, p: map::hashmap<str, json::json>) { let description = alt p.find("description") { some(json::string(_n)) { _n } _ { - warn("Malformed source json: " + src.name + " (missing description)"); + warn("Malformed source json: " + src.name + + " (missing description)"); ret; } }; |
