Reorder derives, I guess

Formatters do the darnedest things

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-09-24 12:37:46 -07:00
parent 56001856be
commit 8f9d634a15

View File

@@ -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,