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
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#[derive(Debug, Default, Trace)]
|
||||
#[derive(Default, Debug, Trace)]
|
||||
pub(crate) struct BaseObjInst {
|
||||
attrs: Attrs,
|
||||
is_instantiated: bool,
|
||||
|
||||
Reference in New Issue
Block a user