Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Koka/odbc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Salikhov committed Nov 11, 2019
2 parents fc77caa + d233ef4 commit 8e726f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statement/prepare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ impl<'a, 'b, AC: AutocommitMode> Statement<'a, 'b, Allocated, NoResult, AC> {
/// # Example
///
/// ```rust
/// # use odbc::*;
/// # use odbc::{*, safe};
/// # fn doc() -> Result<()>{
/// let env = create_environment_v3().map_err(|e| e.unwrap())?;
/// let conn = env.connect("TestDataSource", "", "")?;
Expand Down

0 comments on commit 8e726f4

Please sign in to comment.