Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clippy fixes #2614

Merged
merged 9 commits into from Apr 6, 2018

webrender: Use println!() for newline.

  • Loading branch information
waywardmonkeys committed Apr 5, 2018
commit 639d7f1d553146f26cc4bc81e4bdf8929b868e82
@@ -451,7 +451,7 @@ impl FontContext {
let a = pixel[3];
print!("({}, {}, {}, {}) ", r, g, b, a);
}
println!("");
println!();
}
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.