Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed May 13, 2024
1 parent 60117bb commit ecfc784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions takolib/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::parser::ParseError;
use crate::primitives::typed_index::TypedIndex;
use thiserror::Error;
use backtrace::Backtrace;
use log::error;

#[derive(Error, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum TError {
Expand Down

0 comments on commit ecfc784

Please sign in to comment.