commit | d5025817473c130a908b5bf2d6f4319f8e63e014 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Sep 04 14:21:46 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Sep 04 14:21:46 2016 -0700 |
tree | ce339b3c6392638da097c3295a2808f8a530edbb | |
parent | 8ef93040a3b5ff8edd72c0575c1a7c82de7abfaa [diff] [blame] |
Printing for item body
diff --git a/src/common.rs b/src/common.rs index b2f498d..f6cec60 100644 --- a/src/common.rs +++ b/src/common.rs
@@ -33,7 +33,7 @@ } } -#[derive(Debug, Clone, Eq, PartialEq)] +#[derive(Debug, Copy, Clone, Eq, PartialEq)] pub enum Visibility { Public, Inherited,