Juniper Reese
Results
2
issues of
Juniper Reese
I have a directory `/foo` that I want drivesync to mostly ignore, but there are some subfolders `/foo/bar` and `/foo/baz` I want to still be included. From the readme, it...
The example given is: ```rust fn foo() { let mut x = 5; // type: i32 { let y = &x; // type: &i32 //x = 4; // Error -...