fn drop()

in src/api/sync.rs [895:897]


        fn drop(&mut self) {
            std::fs::remove_dir_all(&self.path).unwrap()
        }