Skip to content

Commit

Permalink
Moved gcp to crate:: scope.
Browse files Browse the repository at this point in the history
Closes #405.
  • Loading branch information
metasim committed May 23, 2023
1 parent cee48ab commit 684d907
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ pub mod cpl;
mod dataset;
mod driver;
pub mod errors;
mod gcp;
mod gdal_major_object;
mod metadata;
pub mod programs;
Expand Down
1 change: 0 additions & 1 deletion src/raster/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
//! ...
//! ```

mod gcp;
#[cfg(all(major_ge_3, minor_ge_1))]
mod mdarray;
mod rasterband;
Expand Down

0 comments on commit 684d907

Please sign in to comment.