mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
fix: lifetime notation (#798)
This commit is contained in:
@@ -13,6 +13,12 @@ pub struct TempTuonoProject {
|
||||
temp_dir: TempDir,
|
||||
}
|
||||
|
||||
impl Default for TempTuonoProject {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl TempTuonoProject {
|
||||
pub fn new() -> Self {
|
||||
let original_dir = env::current_dir().expect("Failed to read current_dir");
|
||||
|
||||
Reference in New Issue
Block a user