Skip to content

Commit

Permalink
Fix; Make CopyDuplicateMode public so to be used from lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rstanciu committed Jul 21, 2023
1 parent 15fd499 commit 8c7670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martin-mbtiles/src/tile_copier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{MbtError, Mbtiles};

#[derive(PartialEq, Eq, Default, Debug, Clone)]
#[cfg_attr(feature = "cli", derive(ValueEnum))]
enum CopyDuplicateMode {
pub enum CopyDuplicateMode {
#[default]
Override,
Ignore,
Expand Down

0 comments on commit 8c7670d

Please sign in to comment.