The pipeline is finally reasonably clean
This commit is contained in:
@@ -2,17 +2,18 @@
|
||||
mod import_all;
|
||||
mod no_targets;
|
||||
mod not_exported;
|
||||
mod not_found;
|
||||
// mod not_found;
|
||||
mod conflicting_roles;
|
||||
mod parse_error_with_tokens;
|
||||
mod project_error;
|
||||
mod too_many_supers;
|
||||
mod unexpected_directory;
|
||||
mod visibility_mismatch;
|
||||
|
||||
pub use conflicting_roles::ConflictingRoles;
|
||||
pub use import_all::ImportAll;
|
||||
pub use no_targets::NoTargets;
|
||||
pub use not_exported::NotExported;
|
||||
pub use not_found::NotFound;
|
||||
pub use parse_error_with_tokens::ParseErrorWithTokens;
|
||||
pub use project_error::{ErrorPosition, ProjectError, ProjectResult};
|
||||
pub use too_many_supers::TooManySupers;
|
||||
|
||||
Reference in New Issue
Block a user