mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
cargo +nightly fmt
This commit is contained in:
+1
-3
@@ -169,9 +169,7 @@ mod tests {
|
||||
}
|
||||
|
||||
impl Drop for TestDir {
|
||||
fn drop(&mut self) {
|
||||
let _ = fs::remove_dir_all(&self.0);
|
||||
}
|
||||
fn drop(&mut self) { let _ = fs::remove_dir_all(&self.0); }
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user