mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
cargo: Long lines
This commit is contained in:
parent
5e9ca11c8d
commit
6766d0ead0
@ -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;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user