This commit is contained in:
@ -140,6 +140,12 @@ impl PartialEq for LawBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for LawBuilder {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl LawBuilder {
|
||||
/// Creates a new law builder. Adds classifier for known law texts.
|
||||
pub fn new() -> Self {
|
||||
|
Reference in New Issue
Block a user