Skip to content

Commit a50916d

Browse files
committed
fix Windows build
1 parent 7b1bd4a commit a50916d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub struct Config {
1616

1717
impl Config {
1818
// folder placed in $HOME directory
19-
const FOLDER: &str = ".ruxguitar";
19+
const FOLDER: &'static str = ".ruxguitar";
2020

2121
pub fn get_tabs_folder(&self) -> Option<PathBuf> {
2222
self.tabs_folder.clone()

0 commit comments

Comments
 (0)