This commit is contained in:
Lukas Wirth 2021-09-19 19:00:06 +02:00
parent b02027d4fe
commit 3987bf5d6f
6 changed files with 26 additions and 30 deletions

View file

@ -346,7 +346,6 @@ impl MiniCore {
panic!("unused minicore flag: {:?}", flag);
}
}
format!("{}", buf);
buf
}
}