Skip to content

Commit

Permalink
Remove redundant use Result
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Mar 23, 2024
1 parent 437ff00 commit 07f16ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions butane/tests/custom_pg.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// We wrap everything in an inner module just so it's easier to have the feature gate in one place
#[cfg(feature = "pg")]
mod custom_pg {
use std::result::Result;

use butane::custom::{SqlTypeCustom, SqlValRefCustom};
use butane::prelude::*;
use butane::{butane_type, db::Connection, model};
Expand Down

0 comments on commit 07f16ca

Please sign in to comment.