Fixing remaining warnings and errors throughout
This commit is contained in:
parent
f9a32cdabc
commit
c765a8e7ad
22 changed files with 185 additions and 277 deletions
|
@ -48,7 +48,6 @@ impl PuritySpace {
|
|||
}
|
||||
|
||||
impl fmt::Show for clean::Generics {
|
||||
impl fmt::Default for clean::Generics {
|
||||
fn fmt(g: &clean::Generics, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
if g.lifetimes.len() == 0 && g.type_params.len() == 0 { return Ok(()) }
|
||||
if_ok!(f.buf.write("<".as_bytes()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue