Reorder derives, I guess
Formatters do the darnedest things Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -323,7 +323,7 @@ pub trait Obj: Debug + Display + Any + Trace {
|
|||||||
// BaseObjInst
|
// BaseObjInst
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#[derive(Debug, Default, Trace)]
|
#[derive(Default, Debug, Trace)]
|
||||||
pub(crate) struct BaseObjInst {
|
pub(crate) struct BaseObjInst {
|
||||||
attrs: Attrs,
|
attrs: Attrs,
|
||||||
is_instantiated: bool,
|
is_instantiated: bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user