Remove unused Handler::treat_err_as_bug
.
This commit is contained in:
parent
028b6d152e
commit
43a0f55506
1 changed files with 0 additions and 5 deletions
|
@ -585,11 +585,6 @@ impl Handler {
|
|||
self
|
||||
}
|
||||
|
||||
pub fn treat_err_as_bug(mut self, treat_err_as_bug: NonZeroUsize) -> Self {
|
||||
self.inner.get_mut().flags.treat_err_as_bug = Some(treat_err_as_bug);
|
||||
self
|
||||
}
|
||||
|
||||
pub fn with_flags(mut self, flags: HandlerFlags) -> Self {
|
||||
self.inner.get_mut().flags = flags;
|
||||
self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue