syntax: Remove #[allow(vecs_implicitly_copyable)]
This commit is contained in:
parent
2951527528
commit
92d39fe4d5
25 changed files with 235 additions and 232 deletions
|
|
@ -184,7 +184,7 @@ fn diagnosticcolor(lvl: level) -> u8 {
|
|||
}
|
||||
}
|
||||
|
||||
fn print_diagnostic(topic: ~str, lvl: level, msg: &str) {
|
||||
fn print_diagnostic(topic: &str, lvl: level, msg: &str) {
|
||||
let use_color = term::color_supported() &&
|
||||
io::stderr().get_type() == io::Screen;
|
||||
if !topic.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue