* the InitConfigBuilder non-miette error goes away * creating an InitConfig is no longer faillible for no reason * the "builder" style is consistent between the two config structs
Neat side effect: keeps rust-analyzer from complaining about unknown types (because it doesn't expand the builder macro)!