fmt, improved todo

This commit is contained in:
Anton-4 2021-10-15 19:29:48 +02:00
parent e003725f21
commit 2158686a0a
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@ use roc_module::module_err::ModuleError;
use roc_parse::parser::SyntaxError;
use snafu::{Backtrace, NoneError, ResultExt, Snafu};
#[derive(Debug, Snafu)]
#[snafu(visibility(pub))]
#[allow(clippy::enum_variant_names)]