Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
various updates
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lodder <[email protected]>
  • Loading branch information
mikelodder7 authored and appetrosyan committed Feb 9, 2023
1 parent 8458c0f commit c4416fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ursa_core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use thiserror::Error as ThisError;

/// The common errors that can occur in Ursa
#[derive(ThisError, Debug)]
#[non_exhaustive]
pub enum UrsaError {
/// Convert IO errors
#[error("io error")]
Expand Down
4 changes: 2 additions & 2 deletions ursa_core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//!
//! This crate contains shared components used among the
//! Ursa library

#![deny(
unused_variables,
Expand All @@ -22,4 +23,3 @@ pub use serde_json;

/// The errors generated by ursa components
pub use error::*;

0 comments on commit c4416fb

Please sign in to comment.