From 517a6bb2d7a08cd8228285e1dec7a7952ff1caa4 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Fri, 5 Apr 2024 03:12:11 +0900 Subject: [PATCH] refactor: Remove unused const --- src/config.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config.rs b/src/config.rs index 156b109..9ddad08 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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,