We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9c3f0 commit e6b792eCopy full SHA for e6b792e
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 65840f3625482e2b8a860fce0c7c4da2669a9e22
+refs/heads/master: 2c3cd1749e14682658ae3a958bb92404f795d263
trunk/src/cargo/cargo.rs
@@ -693,7 +693,7 @@ fn print_pkg(s: source, p: package) {
693
}
694
info(m);
695
if p.description != "" {
696
- print(" >> " + p.description)
+ print(" >> " + p.description + "\n")
697
698
699
fn cmd_list(c: cargo, argv: [str]) {
0 commit comments