We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1bd4a commit a50916dCopy full SHA for a50916d
src/config.rs
@@ -16,7 +16,7 @@ pub struct Config {
16
17
impl Config {
18
// folder placed in $HOME directory
19
- const FOLDER: &str = ".ruxguitar";
+ const FOLDER: &'static str = ".ruxguitar";
20
21
pub fn get_tabs_folder(&self) -> Option<PathBuf> {
22
self.tabs_folder.clone()
0 commit comments