Skip to content

Commit 8d58602

Browse files
committed
refactor: static -> const
1 parent f973718 commit 8d58602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/denylist_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static DEFAULT_DENYLIST: &[&str] = &[
1+
pub const DEFAULT_DENYLIST: &[&str] = &[
22
"*\\.swp",
33
"/\\.git",
44
"/dev",

0 commit comments

Comments
 (0)