Skip to content

Commit

Permalink
Merge #408
Browse files Browse the repository at this point in the history
408: Moved `gcp` to `crate::` scope. r=lnicola a=metasim

Closes #405.

- [X] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md).
- [X] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Simeon H.K. Fitch <fitch@astraea.io>
  • Loading branch information
bors[bot] and metasim committed May 23, 2023
2 parents cee48ab + 684d907 commit cb978cb
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 cb978cb

Please sign in to comment.