Skip to content

Commit 184dbf8

Browse files
committed
Remove unused derive
1 parent c9af4e3 commit 184dbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use thiserror::Error;
77

88
use crate::types::AnnoKey;
99

10-
#[derive(Error, Debug, strum_macros::IntoStaticStr)]
10+
#[derive(Error, Debug)]
1111
#[non_exhaustive]
1212
pub enum GraphAnnisCoreError {
1313
#[error("invalid component type {0}")]

0 commit comments

Comments
 (0)