rollup merge of #22094: alkor/cleanup-show-string
Rename several remaining `Show`s to Debug, `String`s to Display (mostly in comments and docs). Update reference.md: - derive() no longer supports Zero trait - derive() now supports Copy trait
This commit is contained in:
commit
7e378edb39
8 changed files with 12 additions and 13 deletions
|
|
@ -64,7 +64,6 @@ use parse::token;
|
|||
use ptr::P;
|
||||
|
||||
use std::fmt;
|
||||
use std::fmt::Show;
|
||||
use std::num::Int;
|
||||
use std::rc::Rc;
|
||||
use serialize::{Encodable, Decodable, Encoder, Decoder};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue