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

Commit

Permalink
Add rustdocs for error module
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Mar 11, 2020
1 parent 3e83119 commit 14f0a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cql_db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,13 @@ use cql_model::{

mod database;
mod axis_library;
pub mod error;
mod key_library;
mod result;
mod vectors;

/// Error types returned by cql_db
pub mod error;

use axis_library::AxisDefinition;
use vectors::calculate_index;

Expand Down

0 comments on commit 14f0a75

Please sign in to comment.