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::cql module
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Mar 11, 2020
1 parent 14f0a75 commit f10e4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cql_db/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ impl From<cql::Error> for Error {
}
}

/// Cql db specific errors returned when provided with invalid parameters
pub mod cql {
use std::{ error, fmt };

Expand Down

0 comments on commit f10e4ba

Please sign in to comment.