Skip to content

Commit

Permalink
refactor: Remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 4, 2024
1 parent 04e2ebd commit 517a6bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ pub mod age_toml;
mod cargo_toml;
mod pyproject_toml;

pub const DEFAULT_FILENAME: &'static str = ".age.toml";

#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Config {
pub current_version: Version,
Expand Down

0 comments on commit 517a6bb

Please sign in to comment.