remove unused function
This commit is contained in:
@@ -423,10 +423,3 @@ pub enum OnConflict {
|
||||
/// existing link or not
|
||||
Add,
|
||||
}
|
||||
|
||||
impl OnConflict {
|
||||
#[must_use]
|
||||
pub fn is_add(&self) -> bool {
|
||||
matches!(self, Self::Add)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user