summaryrefslogtreecommitdiffstats
path: root/src/project.rs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-11 19:07:22 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-11 19:07:22 -0600
commitf96e6f042fa8ab0e61e7c10739eafd1155a32eff (patch)
treea10c41ed08cdf54c3226149605eb962c2bf3202c /src/project.rs
parent14b367de207df7cb57bb54512b8963ef7d3221fa (diff)
revert(preview)!: remove preview feat and unused deps
Diffstat (limited to 'src/project.rs')
-rw-r--r--src/project.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/project.rs b/src/project.rs
index b776cc2..26f0a8b 100644
--- a/src/project.rs
+++ b/src/project.rs
@@ -45,10 +45,3 @@ where
self.as_ref()
}
}
-
-#[cfg(feature = "preview")]
-pub trait Preview {
- type Error;
-
- fn preview(&self) -> Result<(), Self::Error>;
-}