We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9287eb6 commit c601007Copy full SHA for c601007
1 file changed
src/services/mod.rs
@@ -2,15 +2,4 @@ pub mod identifiers;
2
pub mod interest;
3
pub mod regex_cache;
4
pub mod terminal;
5
-pub mod windows;
6
-
7
-// pub struct ConfigurationManager {
8
-// gh_url: String,
9
-// gh_ref: String,
10
-// }
11
12
-// impl ConfigurationManager {
13
-// pub fn get_config<T>(&self, string: &str) -> Result<T, String> {
14
-// unimplemented!()
15
16
+pub mod windows;
0 commit comments