Follow established ErrorEmitted pattern

This commit is contained in:
Brandon 2021-03-16 23:31:14 -07:00
parent 0103f5df8f
commit a79b5673e8
3 changed files with 14 additions and 17 deletions

View file

@ -35,7 +35,7 @@ pub struct ErrorEmitted {
_private: (),
}
trait ErrorSink {
pub trait ErrorSink {
fn emit(&mut self, err: mbe::ExpandError);
fn option<T>(