Skip to content

Commit 95f7765

Browse files
Sharazampka
authored andcommitted
Make error module public
1 parent 3e151b8 commit 95f7765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
extern crate postgres;
4040
extern crate byteorder;
4141

42-
mod error;
42+
pub mod error;
4343
mod types;
4444
pub use types::{Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon};
4545
pub mod ewkb;

0 commit comments

Comments
 (0)