Browse Source

barely trying

pull/3/head
Ossama Hjaji 7 years ago committed by GitHub
parent
commit
ac35d3cc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/main.rs

2
src/main.rs

@ -14,7 +14,7 @@ struct Info { @@ -14,7 +14,7 @@ struct Info {
impl fmt::Display for Info {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
let mut s = String::new();
s.push_str(&"Project: \n".blue().bold().to_string() + &format!("{}", self.project_name));
s.push_str("Project: \n".blue().bold().to_string() + &format!("{}", self.project_name));
s.push_str(&"Language: \n".blue().bold().to_string());
s.push_str(&"Author: \n".blue().bold().to_string());
s.push_str(&"Repo: \n".blue().bold().to_string());

Loading…
Cancel
Save