Huge refactor. Introduce anyhow for error handling.
This commit is contained in:
@@ -20,3 +20,8 @@ impl Domain {
|
||||
self.end - self.start
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user