Fix ambiguous use
This commit is contained in:
parent
cbb80c9d3f
commit
391f7de38d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ mod termination;
|
|||
pub use termination::TerminationResult;
|
||||
|
||||
mod how;
|
||||
pub use how::How;
|
||||
pub use self::how::How;
|
||||
|
||||
pub type Result<T, E = How> = std::result::Result<T, E>;
|
||||
|
|
|
|||
Reference in a new issue